PHP Class Neos\Neos\Routing\BackendModuleArgumentsRoutePartHandler

Inheritance: extends Neos\Flow\Mvc\Routing\DynamicRoutePart
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$persistenceManager Neos\Flow\Persistence\PersistenceManagerInterface

Protected Methods

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

Method Details

resolveValue() protected method

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)
return boolean

Property Details

$persistenceManager protected property

protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager
return Neos\Flow\Persistence\PersistenceManagerInterface