class ConfigurationHelper implements ProtectedContextAwareInterface (View source)

Configuration helpers for Eel contexts

Properties

protected ConfigurationManager $configurationManager

Methods

mixed
setting(string $settingPath)

Return the specified settings

bool
allowsCallOfMethod(string $methodName)

All methods are considered safe

Details

mixed setting(string $settingPath)

Return the specified settings

Examples::

Configuration.setting('Neos.Flow.core.context') == 'Production'

Configuration.setting('Acme.Demo.speedMode') == 'light speed'

Parameters

string $settingPath

Return Value

mixed

bool allowsCallOfMethod(string $methodName)

All methods are considered safe

Parameters

string $methodName

Return Value

bool