PHP Class Neos\Neos\Controller\Module\AbstractModuleController

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

Protected Properties

Свойство Type Description
$moduleConfiguration array

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

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

indexAction() public méthode

public indexAction ( ) : void
Résultat void

initializeAction() protected méthode

protected initializeAction ( ) : void
Résultat void

initializeView() protected méthode

protected initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void
$view Neos\Flow\Mvc\View\ViewInterface
Résultat void

setTitle() public méthode

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

Property Details

$moduleConfiguration protected_oe property

protected array $moduleConfiguration
Résultat array