EckEntityPreprocessEvent.php in Hook Event Dispatcher 3.x
Same filename and directory in other branches
Namespace
Drupal\preprocess_event_dispatcher\EventFile
modules/preprocess_event_dispatcher/src/Event/EckEntityPreprocessEvent.phpView source
<?php
namespace Drupal\preprocess_event_dispatcher\Event;
/**
* Class EckEntityPreprocessEvent.
*/
final class EckEntityPreprocessEvent extends AbstractPreprocessEntityEvent {
/**
* {@inheritdoc}
*/
public static function getHook() : string {
return 'eck_entity';
}
}
Classes
Name | Description |
---|---|
EckEntityPreprocessEvent | Class EckEntityPreprocessEvent. |