W3cubDocs

/Drupal 8

public function SqlContentEntityStorage::onBundleDelete

public SqlContentEntityStorage::onBundleDelete($bundle, $entity_type_id)

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 1495

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

public function onBundleDelete($bundle, $entity_type_id) {
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Sql!SqlContentEntityStorage.php/function/SqlContentEntityStorage::onBundleDelete/8.1.x