constant Events::DELETE_BY_FIELD in Entity Usage 8.2
Same name and namespace in other branches
- 8.4 src/Events/Events.php \Drupal\entity_usage\Events\Events::DELETE_BY_FIELD
Occurs when all records from a given entity_type + field are deleted.
File
- src/
Events/ Events.php, line 36
Class
- Events
- Contains all events thrown by Entity Usage.
Namespace
Drupal\entity_usage\EventsCode
const DELETE_BY_FIELD = 'entity_usage.delete_by_field';