public function PreprocessEntityEventInterface::getVariables in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 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\EventCode
public function getVariables() : AbstractEventVariables;