function SqlContentEntityStorage::onBundleCreate

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php \Drupal\Core\Entity\Sql\SqlContentEntityStorage::onBundleCreate()
  2. 10 core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php \Drupal\Core\Entity\Sql\SqlContentEntityStorage::onBundleCreate()
  3. 11.x core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php \Drupal\Core\Entity\Sql\SqlContentEntityStorage::onBundleCreate()

Reacts to a bundle being created.

Parameters

string $bundle: The name of the bundle created.

string $entity_type_id: The entity type to which the bundle is bound; e.g. 'node' or 'user'.

Overrides EntityBundleListenerInterface::onBundleCreate

File

core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 1628

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.