ParagraphPreprocessEvent.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/ParagraphPreprocessEvent.phpView source
<?php
namespace Drupal\preprocess_event_dispatcher\Event;
/**
* Class ParagraphPreprocessEvent.
*/
final class ParagraphPreprocessEvent extends AbstractPreprocessEntityEvent {
/**
* {@inheritdoc}
*/
public static function getHook() : string {
return 'paragraph';
}
}
Classes
Name | Description |
---|---|
ParagraphPreprocessEvent | Class ParagraphPreprocessEvent. |