constant Events::DELETE_BY_FIELD 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_FIELD
Occurs when all records from a given entity_type + field are deleted.
File
- src/
Events/ Events.php, line 43
Class
- Events
- Contains all events thrown by Entity Usage.
Namespace
Drupal\entity_usage\EventsCode
const DELETE_BY_FIELD = 'entity_usage.delete_by_field';