public function AbstractFieldThirdPartySettingsFormEvent::getElements 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::getElements()
Get the third-party form elements to be added to the form.
Return value
array All third-party form elements that are to be added to this form.
File
- modules/
field_event_dispatcher/ src/ Event/ Field/ AbstractFieldThirdPartySettingsFormEvent.php, line 94
Class
- AbstractFieldThirdPartySettingsFormEvent
- Class AbstractFieldThirdPartySettingsFormEvent.
Namespace
Drupal\field_event_dispatcher\Event\FieldCode
public function getElements() : array {
return $this->elements;
}