You are here

public function AbstractPreprocessEvent::getVariables in Hook Event Dispatcher 8

Get the variables.

Return value

\Drupal\hook_event_dispatcher\Event\Preprocess\Variables\AbstractEventVariables Variables.

Overrides PreprocessEventInterface::getVariables

1 method overrides AbstractPreprocessEvent::getVariables()
AbstractPreprocessEntityEvent::getVariables in src/Event/Preprocess/AbstractPreprocessEntityEvent.php
Get the variables.

File

src/Event/Preprocess/AbstractPreprocessEvent.php, line 42

Class

AbstractPreprocessEvent
Class AbstractPreprocessEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess

Code

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