You are here

public function ModifierMatchedEvent::getRequest in Persistent URL 8

Return value

Request

File

src/Event/ModifierMatchedEvent.php, line 53

Class

ModifierMatchedEvent

Namespace

Drupal\purl\Event

Code

public function getRequest() {
  return $this->request;
}