public function RequestSubscriber::__construct in Persistent URL 8
File
- src/
Event/ RequestSubscriber.php, line 45
Class
- RequestSubscriber
- ALTERNATIVE APPROACH IS ENCAPSULATE METHOD PLUGIN LOGIC WITH A PATH PROCESSOR, AND DO MOST LOGIC WITHIN THE CONFINES OF Symfony\(Cmf\)?Routing
Namespace
Drupal\purl\EventCode
public function __construct(ModifierIndex $modifierIndex, ProviderManager $providerManager, MethodPluginManager $methodManager, MatchedModifiers $matchedModifiers) {
$this->modifierIndex = $modifierIndex;
$this->providerManager = $providerManager;
$this->methodManager = $methodManager;
$this->matchedModifiers = $matchedModifiers;
}