PHP Class Neos\Neos\Controller\Backend\ModuleController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController, use trait Neos\Neos\Controller\BackendUserTranslationTrait
ファイルを表示 Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$dispatcher Neos\Flow\Mvc\Dispatcher
$menuHelper MenuHelper
$partyService Neos\Party\Domain\Service\PartyService
$securityContext Neos\Flow\Security\Context

Public Methods

Method Description
indexAction ( array $module ) : mixed

Method Details

indexAction() public method

public indexAction ( array $module ) : mixed
$module array
return mixed

Property Details

$dispatcher protected_oe property

protected Dispatcher,Neos\Flow\Mvc $dispatcher
return Neos\Flow\Mvc\Dispatcher

$menuHelper protected_oe property

protected MenuHelper,Neos\Neos\Controller\Backend $menuHelper
return MenuHelper

$partyService protected_oe property

protected PartyService,Neos\Party\Domain\Service $partyService
return Neos\Party\Domain\Service\PartyService

$securityContext protected_oe property

protected Context,Neos\Flow\Security $securityContext
return Neos\Flow\Security\Context