You are here

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\Event

Code

public function __construct(ModifierIndex $modifierIndex, ProviderManager $providerManager, MethodPluginManager $methodManager, MatchedModifiers $matchedModifiers) {
  $this->modifierIndex = $modifierIndex;
  $this->providerManager = $providerManager;
  $this->methodManager = $methodManager;
  $this->matchedModifiers = $matchedModifiers;
}