You are here

public function ModifierMatchedEvent::getProvider in Persistent URL 8

Return value

string

File

src/Event/ModifierMatchedEvent.php, line 61

Class

ModifierMatchedEvent

Namespace

Drupal\purl\Event

Code

public function getProvider() {
  return $this->providerKey;
}