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