ConfigurationHelper
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'
bool
allowsCallOfMethod(string $methodName)
All methods are considered safe