You are here

public function PurlContextOutboundRouteProcessor::onModifierMatched in Persistent URL 8

File

src/RouteProcessor/PurlContextOutboundRouteProcessor.php, line 48

Class

PurlContextOutboundRouteProcessor

Namespace

Drupal\purl\RouteProcessor

Code

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