PHP Class Neos\Neos\Routing\BackendModuleArgumentsRoutePartHandler

Inheritance: extends Neos\Flow\Mvc\Routing\DynamicRoutePart
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$persistenceManager Neos\Flow\Persistence\PersistenceManagerInterface

Méthodes protégées

Méthode Description
resolveValue ( array $value ) : boolean Iterate through the configured modules, find the matching module and set the route path accordingly

Method Details

resolveValue() protected méthode

Iterate through the configured modules, find the matching module and set the route path accordingly
protected resolveValue ( array $value ) : boolean
$value array (contains action, controller and package of the module controller)
Résultat boolean

Property Details

$persistenceManager protected_oe property

protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager
Résultat Neos\Flow\Persistence\PersistenceManagerInterface