You are here

public function CiviEntityStorage::onEntityTypeDelete in CiviCRM Entity 8.3

Reacts to the deletion of the entity type.

Parameters

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

Overrides SqlContentEntityStorage::onEntityTypeDelete

File

src/CiviEntityStorage.php, line 797

Class

CiviEntityStorage
Defines entity class for external CiviCRM entities.

Namespace

Drupal\civicrm_entity

Code

public function onEntityTypeDelete(EntityTypeInterface $entity_type) {

  // Don't do anything.
}