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.
doc_Drupal
2016-10-29 09:08:32
Comments
Leave a Comment

Please login to continue.