You are here

public function ModifierMatchedEvent::getMethod in Persistent URL 8

File

src/Event/ModifierMatchedEvent.php, line 74

Class

ModifierMatchedEvent

Namespace

Drupal\purl\Event

Code

public function getMethod() {
  return $this->methodKey;
}