You are here

public function AbstractPreprocessEvent::getVariables in Hook Event Dispatcher 8.2

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

Get the variables.

Return value

\Drupal\preprocess_event_dispatcher\Variables\AbstractEventVariables Variables.

Overrides PreprocessEventInterface::getVariables

File

modules/preprocess_event_dispatcher/src/Event/AbstractPreprocessEvent.php, line 42

Class

AbstractPreprocessEvent
Class AbstractPreprocessEvent.

Namespace

Drupal\preprocess_event_dispatcher\Event

Code

public function getVariables() : AbstractEventVariables {
  return $this->variables;
}