You are here

public function PurlContextOutboundPathProcessor::onModifierMatched in Persistent URL 8

File

src/PathProcessor/PurlContextOutboundPathProcessor.php, line 73

Class

PurlContextOutboundPathProcessor

Namespace

Drupal\purl\PathProcessor

Code

public function onModifierMatched(ModifierMatchedEvent $event) {
  $this->events[] = $event;
}