public function AbstractPreprocessEvent::getVariables in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 modules/preprocess_event_dispatcher/src/Event/AbstractPreprocessEvent.php \Drupal\preprocess_event_dispatcher\Event\AbstractPreprocessEvent::getVariables()
Get the variables.
Return value
\Drupal\preprocess_event_dispatcher\Variables\AbstractEventVariables Variables.
Overrides PreprocessEventInterface::getVariables
File
- modules/
preprocess_event_dispatcher/ src/ Event/ AbstractPreprocessEvent.php, line 42
Class
- AbstractPreprocessEvent
- Class AbstractPreprocessEvent.
Namespace
Drupal\preprocess_event_dispatcher\EventCode
public function getVariables() : AbstractEventVariables {
return $this->variables;
}