PHP Class Neos\Neos\Utility\BackendAssetsUtility

Mostrar archivo Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$settings array

Public Methods

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.

Method Details

getCssBuiltVersion() public method

Returns a shortened md5 of the built CSS file
public getCssBuiltVersion ( ) : string
return string

getJavascriptBuiltVersion() public method

Returns a shortened md5 of the built JavaScript file

injectSettings() public method

public injectSettings ( array $settings ) : void
$settings array
return void

shouldLoadMinifiedJavascript() public method

Returns TRUE if the minified Neos JavaScript sources should be loaded, FALSE otherwise.

Property Details

$settings protected_oe property

protected array $settings
return array