final class DateRecurEvents in Recurring Dates Field 3.1.x
Same name and namespace in other branches
- 8.2 src/Event/DateRecurEvents.php \Drupal\date_recur\Event\DateRecurEvents
- 3.x src/Event/DateRecurEvents.php \Drupal\date_recur\Event\DateRecurEvents
- 3.0.x src/Event/DateRecurEvents.php \Drupal\date_recur\Event\DateRecurEvents
Reacts to changes on entity types.
Hierarchy
- class \Drupal\date_recur\Event\DateRecurEvents
Expanded class hierarchy of DateRecurEvents
2 files declare their use of DateRecurEvents
- DateRecurFieldItemList.php in src/
Plugin/ Field/ FieldType/ DateRecurFieldItemList.php - DateRecurOccurrences.php in src/
DateRecurOccurrences.php
File
- src/
Event/ DateRecurEvents.php, line 10
Namespace
Drupal\date_recur\EventView source
final class DateRecurEvents {
/**
* Dispatched after an entity containing a date recur field is saved.
*/
public const FIELD_VALUE_SAVE = 'date_recur_field_value_save';
/**
* Dispatched when an entity containing date recur fields is almost deleted.
*/
public const FIELD_ENTITY_DELETE = 'date_recur_field_entity_delete';
/**
* Dispatched when an entity revision is deleted.
*/
public const FIELD_REVISION_DELETE = 'date_recur_field_entity_revision_delete';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DateRecurEvents:: |
public | constant | Dispatched when an entity containing date recur fields is almost deleted. | |
DateRecurEvents:: |
public | constant | Dispatched when an entity revision is deleted. | |
DateRecurEvents:: |
public | constant | Dispatched after an entity containing a date recur field is saved. |