FieldDefinitionListenerInterface

Defines an interface for reacting to field creation, deletion, and updates.

Hierarchy

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.
doc_Drupal
2016-10-29 09:11:27
Comments
Leave a Comment

Please login to continue.