DimensionController
class DimensionController extends AbstractModuleController (View source)
The Neos Dimension module controller
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 | |
protected FallbackGraphService | $fallbackGraphService |
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
void
indexAction(string $type = 'intraDimension', string $subgraphIdentifier = null)
No description
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(string $type = 'intraDimension', string $subgraphIdentifier = null)
No description
protected Message
getErrorFlashMessage()
Display no flash message at all on errors.