function EntityBundleListenerInterface::onBundleDelete
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php \Drupal\Core\Entity\EntityBundleListenerInterface::onBundleDelete()
- 10 core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php \Drupal\Core\Entity\EntityBundleListenerInterface::onBundleDelete()
- 11.x core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php \Drupal\Core\Entity\EntityBundleListenerInterface::onBundleDelete()
Reacts to a bundle being deleted.
This method runs before fields are deleted.
Parameters
string $bundle: The name of the bundle being deleted.
string $entity_type_id: The entity type to which the bundle is bound; e.g. 'node' or 'user'.
2 methods override EntityBundleListenerInterface::onBundleDelete()
- EntityBundleListener::onBundleDelete in core/
lib/ Drupal/ Core/ Entity/ EntityBundleListener.php - Reacts to a bundle being deleted.
- SqlContentEntityStorage::onBundleDelete in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Reacts to a bundle being deleted.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityBundleListenerInterface.php, line 30
Class
- EntityBundleListenerInterface
- An interface for reacting to entity bundle creation and deletion.
Namespace
Drupal\Core\EntityCode
public function onBundleDelete($bundle, $entity_type_id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.