PHP Class Neos\Neos\Controller\Module\AbstractModuleController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController, use trait Neos\Neos\Controller\BackendUserTranslationTrait
Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$moduleConfiguration array

Public Methods

Method Description
indexAction ( ) : void
setTitle ( string $title ) : void Use this method to set an alternative title than the module label

Protected Methods

Method Description
getErrorFlashMessage ( ) : Neos\Error\Messages\Message Display no flash message at all on errors.
initializeAction ( ) : void
initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void

Method Details

getErrorFlashMessage() protected method

Display no flash message at all on errors.
protected getErrorFlashMessage ( ) : Neos\Error\Messages\Message
return Neos\Error\Messages\Message returns FALSE

indexAction() public method

public indexAction ( ) : void
return void

initializeAction() protected method

protected initializeAction ( ) : void
return void

initializeView() protected method

protected initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void
$view Neos\Flow\Mvc\View\ViewInterface
return void

setTitle() public method

Use this method to set an alternative title than the module label
public setTitle ( string $title ) : void
$title string
return void

Property Details

$moduleConfiguration protected property

protected array $moduleConfiguration
return array