Defines an interface for reacting to field storage definition creation, deletion, and updates.
Hierarchy
interface \Drupal\Core\Field\FieldStorageDefinitionListenerInterface
File
core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php, line 8
Namespace
Drupal\Core\Field
Members
Name Modifiers Type Description FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate public function Reacts to the creation of a field storage definition. Field