class BackendAssetsUtility (View source)

A collection of helper methods for the Neos backend assets

Properties

protected array $settings

Methods

void
injectSettings(array $settings)

No description

bool
shouldLoadMinifiedJavascript()

Returns true if the minified Neos JavaScript sources should be loaded, false otherwise.

string
getCssBuiltVersion()

Returns a shortened md5 of the built CSS file

Details

void injectSettings(array $settings)

No description

Parameters

array $settings

Return Value

void

bool shouldLoadMinifiedJavascript()

Returns true if the minified Neos JavaScript sources should be loaded, false otherwise.

Return Value

bool

string getCssBuiltVersion()

Returns a shortened md5 of the built CSS file

Return Value

string