You are here

constant Events::DELETE_BY_SOURCE_ENTITY in Entity Usage 8.3

Same name and namespace in other branches
  1. 8.4 src/Events/Events.php \Drupal\entity_usage\Events\Events::DELETE_BY_SOURCE_ENTITY
  2. 8.2 src/Events/Events.php \Drupal\entity_usage\Events\Events::DELETE_BY_SOURCE_ENTITY

Occurs when all records from a given source entity are deleted.

File

src/Events/Events.php, line 43

Class

Events
Contains all events thrown by Entity Usage.

Namespace

Drupal\entity_usage\Events

Code

const DELETE_BY_SOURCE_ENTITY = 'entity_usage.delete_by_source_entity';