public function SqlContentEntityStorage::onBundleDelete in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php \Drupal\Core\Entity\Sql\SqlContentEntityStorage::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'.
Overrides EntityBundleListenerInterface::onBundleDelete
File
- core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php, line 1496 - Contains \Drupal\Core\Entity\Sql\SqlContentEntityStorage.
Class
- SqlContentEntityStorage
- A content entity database storage implementation.
Namespace
Drupal\Core\Entity\SqlCode
public function onBundleDelete($bundle, $entity_type_id) {
}