You are here

public function MatchedModifiers::add in Persistent URL 8

Parameters

ModifierMatchedEvent $event:

Return value

null

File

src/MatchedModifiers.php, line 27

Class

MatchedModifiers

Namespace

Drupal\purl

Code

public function add(ModifierMatchedEvent $event) {
  $this->matched[] = $event;
}