constant Events::USAGE_DELETE in Entity Usage 8.3
Same name and namespace in other branches
- 8 src/Events/Events.php \Drupal\entity_usage\Events\Events::USAGE_DELETE
Occurs when a record is removed from the DB.
File
- src/
Events/ Events.php, line 22
Class
- Events
- Contains all events thrown by Entity Usage.
Namespace
Drupal\entity_usage\EventsCode
const USAGE_DELETE = 'entity_usage.delete';