You are here

public function PreprocessEventInterface::getVariables in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/preprocess_event_dispatcher/src/Event/PreprocessEventInterface.php \Drupal\preprocess_event_dispatcher\Event\PreprocessEventInterface::getVariables()

Get the variables.

Return value

\Drupal\preprocess_event_dispatcher\Variables\AbstractEventVariables Variables.

2 methods override PreprocessEventInterface::getVariables()
AbstractPreprocessEvent::getVariables in modules/preprocess_event_dispatcher/src/Event/AbstractPreprocessEvent.php
Get the variables.
PreprocessEntityEventInterface::getVariables in modules/preprocess_event_dispatcher/src/Event/PreprocessEntityEventInterface.php
Get the Entity variables.

File

modules/preprocess_event_dispatcher/src/Event/PreprocessEventInterface.php, line 36

Class

PreprocessEventInterface
Interface PreprocessEventInterface.

Namespace

Drupal\preprocess_event_dispatcher\Event

Code

public function getVariables() : AbstractEventVariables;