UserController
class UserController extends AbstractModuleController (View source)
Traits
A trait to add backend translation based on the backend users settings
Properties
protected Service | $_localizationService | from BackendUserTranslationTrait | |
protected UserService | $_userService | from BackendUserTranslationTrait | |
protected array | $moduleConfiguration | from AbstractModuleController |
Methods
void
initializeObject()
Set the locale according to the user settings
void
setTitle(string $title)
Use this method to set an alternative title than the module label
Message
getErrorFlashMessage()
Display no flash message at all on errors.
Details
protected void
initializeObject()
Set the locale according to the user settings
protected void
initializeAction()
No description
protected void
initializeView(ViewInterface $view)
No description
void
setTitle(string $title)
Use this method to set an alternative title than the module label
void
indexAction()
No description
protected Message
getErrorFlashMessage()
Display no flash message at all on errors.