You are here

public function AbstractPreprocessEntityEvent::getVariables in Hook Event Dispatcher 8

Get the variables.

Return value

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

Overrides AbstractPreprocessEvent::getVariables

File

src/Event/Preprocess/AbstractPreprocessEntityEvent.php, line 20

Class

AbstractPreprocessEntityEvent
Class AbstractPreprocessEntityEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess

Code

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