You are here

public constant DateRecurEvents::FIELD_VALUE_SAVE 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_VALUE_SAVE
  2. 3.0.x src/Event/DateRecurEvents.php \Drupal\date_recur\Event\DateRecurEvents::FIELD_VALUE_SAVE
  3. 3.1.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\Event

Code

public const FIELD_VALUE_SAVE = 'date_recur_field_value_save';