You are here

public function AbstractFieldThirdPartySettingsFormEvent::getForm in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/field_event_dispatcher/src/Event/Field/AbstractFieldThirdPartySettingsFormEvent.php \Drupal\field_event_dispatcher\Event\Field\AbstractFieldThirdPartySettingsFormEvent::getForm()

Get the (entire) configuration form array.

Return value

array The entire form array.

File

modules/field_event_dispatcher/src/Event/Field/AbstractFieldThirdPartySettingsFormEvent.php, line 74

Class

AbstractFieldThirdPartySettingsFormEvent
Class AbstractFieldThirdPartySettingsFormEvent.

Namespace

Drupal\field_event_dispatcher\Event\Field

Code

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