public function ModifierMatchedEvent::getValue in Persistent URL 8
Return value
mixed
File
- src/
Event/ ModifierMatchedEvent.php, line 82
Class
Namespace
Drupal\purl\EventCode
public function getValue() {
return $this->value;
}
mixed
public function getValue() {
return $this->value;
}