public constant DateRecurEvents::FIELD_VALUE_SAVE 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::FIELD_VALUE_SAVE
- 3.x src/Event/DateRecurEvents.php \Drupal\date_recur\Event\DateRecurEvents::FIELD_VALUE_SAVE
- 3.0.x src/Event/DateRecurEvents.php \Drupal\date_recur\Event\DateRecurEvents::FIELD_VALUE_SAVE
Dispatched after an entity containing a date recur field is saved.
File
- src/
Event/ DateRecurEvents.php, line 15
Class
- DateRecurEvents
- Reacts to changes on entity types.
Namespace
Drupal\date_recur\EventCode
public const FIELD_VALUE_SAVE = 'date_recur_field_value_save';