public function PreprocessEventInterface::getVariables in Hook Event Dispatcher 8
Get the variables.
Return value
\Drupal\hook_event_dispatcher\Event\Preprocess\Variables\AbstractEventVariables Variables.
2 methods override PreprocessEventInterface::getVariables()
- AbstractPreprocessEvent::getVariables in src/
Event/ Preprocess/ AbstractPreprocessEvent.php - Get the variables.
- PreprocessEntityEventInterface::getVariables in src/
Event/ Preprocess/ PreprocessEntityEventInterface.php - Get the Entity variables.
File
- src/
Event/ Preprocess/ PreprocessEventInterface.php, line 34
Class
- PreprocessEventInterface
- Interface PreprocessEventInterface.
Namespace
Drupal\hook_event_dispatcher\Event\PreprocessCode
public function getVariables();