You are here

public function ModifierMatchedEvent::getModifier in Persistent URL 8

Return value

string

File

src/Event/ModifierMatchedEvent.php, line 69

Class

ModifierMatchedEvent

Namespace

Drupal\purl\Event

Code

public function getModifier() {
  return $this->modifierKey;
}