You are here

public function PreprocessEntityEventInterface::getVariables in Hook Event Dispatcher 8.2

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

Get the Entity variables.

Return value

\Drupal\preprocess_event_dispatcher\Variables\AbstractEntityEventVariables Entity variables.

Overrides PreprocessEventInterface::getVariables

File

modules/preprocess_event_dispatcher/src/Event/PreprocessEntityEventInterface.php, line 31

Class

PreprocessEntityEventInterface
Interface PreprocessEntityEventInterface.

Namespace

Drupal\preprocess_event_dispatcher\Event

Code

public function getVariables() : AbstractEventVariables;