public function AbstractFieldThirdPartySettingsFormEvent::getForm in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 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\FieldCode
public function getForm() : array {
return $this->form;
}