W3cubDocs

/Drupal 8

interface EntityTypeListenerInterface

Defines an interface for reacting to entity type creation, deletion, and updates.

Hierarchy

File

core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php, line 8

Namespace

Drupal\Core\Entity

Members

Name Modifiers Type Description
EntityTypeListenerInterface::onEntityTypeCreate public function Reacts to the creation of the entity type.
EntityTypeListenerInterface::onEntityTypeDelete public function Reacts to the deletion of the entity type.
EntityTypeListenerInterface::onEntityTypeUpdate public function Reacts to the update of the entity type.

© 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!EntityTypeListenerInterface.php/interface/EntityTypeListenerInterface/8.1.x