You are here

constant Events::BULK_DELETE_SOURCES in Entity Usage 8.4

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

Occurs when all records of a given source entity type are removed.

File

src/Events/Events.php, line 29

Class

Events
Contains all events thrown by Entity Usage.

Namespace

Drupal\entity_usage\Events

Code

const BULK_DELETE_SOURCES = 'entity_usage.bulk_delete_sources';