You are here

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\Form

Code

public function &getForm() {
  return $this->form;
}