public function MatchedModifiers::add in Persistent URL 8
Parameters
ModifierMatchedEvent $event:
Return value
null
File
- src/MatchedModifiers.php, line 27 
Class
Namespace
Drupal\purlCode
public function add(ModifierMatchedEvent $event) {
  $this->matched[] = $event;
}