public function AbstractFieldThirdPartySettingsFormEvent::getFieldDefinition 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::getFieldDefinition()
Get the field definition.
Return value
\Drupal\Core\Field\FieldDefinitionInterface The field definition.
Deprecated
in hook_event_dispatcher:2.6.0 and is removed from hook_event_dispatcher:3.0.0. Use getFieldDefinition() instead.
See also
https://www.drupal.org/project/hook_event_dispatcher/issues/3189252
File
- modules/
field_event_dispatcher/ src/ Event/ Field/ AbstractFieldThirdPartySettingsFormEvent.php, line 64
Class
- AbstractFieldThirdPartySettingsFormEvent
- Class AbstractFieldThirdPartySettingsFormEvent.
Namespace
Drupal\field_event_dispatcher\Event\FieldCode
public function getFieldDefinition() : FieldDefinitionInterface {
return $this->fieldDefinition;
}