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