hook_entity_bundle_delete($entity_type_id, $bundle)
Act on entity_bundle_delete().
This hook is invoked after the operation has been performed.
Parameters
string $entity_type_id: The type of entity; for example, 'node' or 'user'.
string $bundle: The bundle that was just deleted.
Related topics
Entity CRUD, editing, and view hooks Hooks used in various entity operations. Hooks Define functions that alter the behavior of Drupal core.
File
core/lib/Drupal/Core/Entity/entity.api.php, line 780 Ho