An interface for reacting to entity bundle creation and deletion.
@todo Convert to Symfony events: https://www.drupal.org/node/2332935
Hierarchy
- interface \Drupal\Core\Entity\EntityBundleListenerInterface
File
- core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php, line 10
Namespace
Drupal\Core\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityBundleListenerInterface::onBundleCreate | public | function | Reacts to a bundle being created. |
EntityBundleListenerInterface::onBundleDelete | public | function | Reacts to a bundle being deleted. |
Please login to continue.