Defines an interface for reacting to field creation, deletion, and updates.
Hierarchy
- interface \Drupal\Core\Field\FieldDefinitionListenerInterface
File
- core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php, line 8
Namespace
Drupal\Core\Field
Members
Name | Modifiers | Type | Description |
---|---|---|---|
FieldDefinitionListenerInterface::onFieldDefinitionCreate | public | function | Reacts to the creation of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionDelete | public | function | Reacts to the deletion of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionUpdate | public | function | Reacts to the update of a field. |
Please login to continue.