Elgg
Version 5.0
|
Adds SRI information to js elgg.data object. More...
Public Member Functions | |
__invoke (\Elgg\Event $event) | |
Add SRI information from cached data. More... | |
Adds SRI information to js elgg.data object.
Used by RequireJS AMD config.
Definition at line 11 of file AddSRIConfig.php.
Elgg\Javascript\AddSRIConfig::__invoke | ( | \Elgg\Event | $event | ) |
Add SRI information from cached data.
Need to do this on every page as the cache is extended on every first load of a simplecache resource.
\Elgg\Event | $event | 'elgg.data', 'page' |
Definition at line 21 of file AddSRIConfig.php.