class BackendHelper implements ProtectedContextAwareInterface (View source)

BackendUser helper for translations in the backend

Properties

protected $userService

Methods

string
interfaceLanguage()

The interface language the user selected or the default language defined in the settings Formatted as {\Neos\Flow\I18n\Locale} identifier, eg "de", "en", ...

Example::

allowsCallOfMethod($methodName)

No description

Details

string interfaceLanguage()

The interface language the user selected or the default language defined in the settings Formatted as {\Neos\Flow\I18n\Locale} identifier, eg "de", "en", ...

Example::

Translation.id("mh").locale(Neos.Backend.interfaceLanguage()).translate()

Return Value

string

allowsCallOfMethod($methodName)

No description

Parameters

$methodName