You are here

public constant DateRecurEvents::FIELD_ENTITY_DELETE in Recurring Dates Field 3.x

Same name and namespace in other branches
  1. 8.2 src/Event/DateRecurEvents.php \Drupal\date_recur\Event\DateRecurEvents::FIELD_ENTITY_DELETE
  2. 3.0.x src/Event/DateRecurEvents.php \Drupal\date_recur\Event\DateRecurEvents::FIELD_ENTITY_DELETE
  3. 3.1.x src/Event/DateRecurEvents.php \Drupal\date_recur\Event\DateRecurEvents::FIELD_ENTITY_DELETE

Dispatched when an entity containing date recur fields is almost deleted.

File

src/Event/DateRecurEvents.php, line 20

Class

DateRecurEvents
Reacts to changes on entity types.

Namespace

Drupal\date_recur\Event

Code

public const FIELD_ENTITY_DELETE = 'date_recur_field_entity_delete';