function EntityBundleListenerInterface::onBundleCreate
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php \Drupal\Core\Entity\EntityBundleListenerInterface::onBundleCreate()
- 8.9.x core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php \Drupal\Core\Entity\EntityBundleListenerInterface::onBundleCreate()
- 10 core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php \Drupal\Core\Entity\EntityBundleListenerInterface::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'.
2 methods override EntityBundleListenerInterface::onBundleCreate()
- EntityBundleListener::onBundleCreate in core/
lib/ Drupal/ Core/ Entity/ EntityBundleListener.php - Reacts to a bundle being created.
- SqlContentEntityStorage::onBundleCreate in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php - Reacts to a bundle being created.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityBundleListenerInterface.php, line 18
Class
- EntityBundleListenerInterface
- An interface for reacting to entity bundle creation and deletion.
Namespace
Drupal\Core\EntityCode
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.