You are here

public function FieldableEdgeEntityStorageBase::onFieldDefinitionDelete in Apigee Edge 8

Reacts to the deletion of a field.

Stored values should not be wiped at once, but marked as 'deleted' so that they can go through a proper purge process later on.

Parameters

\Drupal\Core\Field\FieldDefinitionInterface $field_definition: The field definition being deleted.

Overrides FieldDefinitionListenerInterface::onFieldDefinitionDelete

File

src/Entity/Storage/FieldableEdgeEntityStorageBase.php, line 108

Class

FieldableEdgeEntityStorageBase
Base class for fieldable Apigee Edge entities.

Namespace

Drupal\apigee_edge\Entity\Storage

Code

public function onFieldDefinitionDelete(FieldDefinitionInterface $field_definition) {
}