You are here

public function ModifierMatchedEvent::getValue in Persistent URL 8

Return value

mixed

File

src/Event/ModifierMatchedEvent.php, line 82

Class

ModifierMatchedEvent

Namespace

Drupal\purl\Event

Code

public function getValue() {
  return $this->value;
}