public function ViewEventVariables::getView in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/preprocess_event_dispatcher/src/Variables/ViewEventVariables.php \Drupal\preprocess_event_dispatcher\Variables\ViewEventVariables::getView()
Get the view.
Return value
\Drupal\views\ViewExecutable View.
File
- modules/
preprocess_event_dispatcher/ src/ Variables/ ViewEventVariables.php, line 28
Class
- ViewEventVariables
- Class ViewEventVariables.
Namespace
Drupal\preprocess_event_dispatcher\VariablesCode
public function getView() : ViewExecutable {
return $this->variables['view'];
}