You are here

public constant DateRecurItem::FREQUENCY_SETTINGS_PARTS_ALL in Recurring Dates Field 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/Field/FieldType/DateRecurItem.php \Drupal\date_recur\Plugin\Field\FieldType\DateRecurItem::FREQUENCY_SETTINGS_PARTS_ALL
  2. 3.x src/Plugin/Field/FieldType/DateRecurItem.php \Drupal\date_recur\Plugin\Field\FieldType\DateRecurItem::FREQUENCY_SETTINGS_PARTS_ALL
  3. 3.1.x src/Plugin/Field/FieldType/DateRecurItem.php \Drupal\date_recur\Plugin\Field\FieldType\DateRecurItem::FREQUENCY_SETTINGS_PARTS_ALL

Value for frequency setting: 'All parts'.

@internal will be made protected.

File

src/Plugin/Field/FieldType/DateRecurItem.php, line 64

Class

DateRecurItem
Plugin implementation of the 'date_recur' field type.

Namespace

Drupal\date_recur\Plugin\Field\FieldType

Code

public const FREQUENCY_SETTINGS_PARTS_ALL = 'all-parts';