You are here

class PurlEvents in Persistent URL 8

Hierarchy

Expanded class hierarchy of PurlEvents

4 files declare their use of PurlEvents
PurlCacheContext.php in src/Cache/Context/PurlCacheContext.php
PurlContextOutboundPathProcessor.php in src/PathProcessor/PurlContextOutboundPathProcessor.php
PurlContextOutboundRouteProcessor.php in src/RouteProcessor/PurlContextOutboundRouteProcessor.php
RequestSubscriber.php in src/Event/RequestSubscriber.php

File

src/PurlEvents.php, line 5

Namespace

Drupal\purl
View source
class PurlEvents {
  const MODIFIER_MATCHED = 'purl.modifier_matched';

}

Members