EntityBundleListenerInterface::onBundleCreate

public EntityBundleListenerInterface::onBundleCreate($bundle, $entity_type_id)

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'.

File

core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php, line 20

Class

EntityBundleListenerInterface
An interface for reacting to entity bundle creation and deletion.

Namespace

Drupal\Core\Entity

Code

public function onBundleCreate($bundle, $entity_type_id);
doc_Drupal
2016-10-29 09:04:39
Comments
Leave a Comment

Please login to continue.