ParagraphPreprocessEvent.php in Hook Event Dispatcher 8
File
src/Event/Preprocess/ParagraphPreprocessEvent.phpView source
<?php
namespace Drupal\hook_event_dispatcher\Event\Preprocess;
/**
* Class ParagraphPreprocessEvent.
*/
final class ParagraphPreprocessEvent extends AbstractPreprocessEntityEvent {
/**
* {@inheritdoc}
*/
public static function getHook() {
return 'paragraph';
}
}
Classes
Name | Description |
---|---|
ParagraphPreprocessEvent | Class ParagraphPreprocessEvent. |