class AssetManager
Properties
| protected array<string,string> | $assets |
|
Methods
void
markDirty()
Flag every frontend as needing a rebuild, without touching the compiled files or their manifest revisions.
Details
at
line 25
__construct(Container $container, LocaleManager $locales)
at
line 49
array
all()
at
line 54
void
register(string $frontend, string $abstract)
at
line 70
void
markDirty()
Flag every frontend as needing a rebuild, without touching the compiled files or their manifest revisions.
The rebuild is deferred to the next freshly-booted request. That matters for the settings this is called for: they change which extensions boot, so a rebuild in the saving request — whose container booted before the save — would compile the old extension set and record it as current.
at
line 92
void
flushJs()
deprecated
deprecated