public function ModifierMatchedEvent::__construct in Persistent URL 8
Parameters
Request $request:
string $providerKey:
string $modifierKey:
mixed $value:
File
- src/
Event/ ModifierMatchedEvent.php, line 41
Class
Namespace
Drupal\purl\EventCode
public function __construct(Request $request, $providerKey, $methodKey, $modifierKey, $value) {
$this->request = $request;
$this->providerKey = $providerKey;
$this->modifierKey = $modifierKey;
$this->methodKey = $methodKey;
$this->value = $value;
}