Property | Type | Description | |
---|---|---|---|
$settings | array |
Method | Description | |
---|---|---|
getCssBuiltVersion ( ) : string | Returns a shortened md5 of the built CSS file | |
getJavascriptBuiltVersion ( ) : string | Returns a shortened md5 of the built JavaScript file | |
injectSettings ( array $settings ) : void | ||
shouldLoadMinifiedJavascript ( ) : boolean | Returns TRUE if the minified Neos JavaScript sources should be loaded, FALSE otherwise. |
public getCssBuiltVersion ( ) : string | ||
return | string |
public getJavascriptBuiltVersion ( ) : string | ||
return | string |
public injectSettings ( array $settings ) : void | ||
$settings | array | |
return | void |
public shouldLoadMinifiedJavascript ( ) : boolean | ||
return | boolean |