hook_event_dispatcher-8.x-2.04/modules/preprocess_event_dispatcher/src/Event/PagePreprocessEvent.php
modules/preprocess_event_dispatcher/src/Event/PagePreprocessEvent.php
<?php
namespace Drupal\preprocess_event_dispatcher\Event;
/**
* Class PagePreprocessEvent.
*
* @method \Drupal\preprocess_event_dispatcher\Variables\PageEventVariables getVariables()
*/
final class PagePreprocessEvent extends AbstractPreprocessEvent {
/**
* {@inheritdoc}
*/
public static function getHook(): string {
return 'page';
}
}
