constant Events::DELETE_BY_SOURCE_ENTITY in Entity Usage 8.4
Same name and namespace in other branches
- 8.2 src/Events/Events.php \Drupal\entity_usage\Events\Events::DELETE_BY_SOURCE_ENTITY
- 8.3 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 50
Class
- Events
- Contains all events thrown by Entity Usage.
Namespace
Drupal\entity_usage\EventsCode
const DELETE_BY_SOURCE_ENTITY = 'entity_usage.delete_by_source_entity';