final class EntityTypeEvents

Contains all events thrown while handling entity types.

Hierarchy

File

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

Namespace

Drupal\Core\Entity

Members

Name Modifiers Type Description
EntityTypeEvents::CREATE constant The name of the event triggered when a new entity type is created.
EntityTypeEvents::DELETE constant The name of the event triggered when an existing entity type is deleted.
EntityTypeEvents::UPDATE constant The name of the event triggered when an existing entity type is updated.

© 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!EntityTypeEvents.php/class/EntityTypeEvents/8.1.x