Property | Type | Description | |
---|---|---|---|
$className | string | The class name of the event handler | |
$filePath | string | The file path to the event handler relative to the modules directory of the core install | |
$name | string | The name of this event handler |
Method | Description | |
---|---|---|
__construct ( string $name, string $className, string $filePath ) | Constructor for the EventHandlerEntry config element |
public string $className | ||
return | string |
public string $filePath | ||
return | string |