public function WidgetFormAlterEvent::getContext in Hook Event Dispatcher 8
Get the context.
Return value
array The context.
File
- src/
Event/ Form/ WidgetFormAlterEvent.php, line 96
Class
- WidgetFormAlterEvent
- Class WidgetFormAlterEvent.
Namespace
Drupal\hook_event_dispatcher\Event\FormCode
public function getContext() {
return $this->context;
}