You are here

public function FieldableEdgeEntityStorageBase::onEntityTypeDelete in Apigee Edge 8

Reacts to the deletion of the entity type.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type being deleted.

Overrides EntityTypeListenerInterface::onEntityTypeDelete

File

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

Class

FieldableEdgeEntityStorageBase
Base class for fieldable Apigee Edge entities.

Namespace

Drupal\apigee_edge\Entity\Storage

Code

public function onEntityTypeDelete(EntityTypeInterface $entity_type) {
}