You are here

service date_recur.occurrences in Recurring Dates Field 8.2

Same name and namespace in other branches
  1. 3.x date_recur.services.yml \date_recur.occurrences
  2. 3.0.x date_recur.services.yml \date_recur.occurrences
  3. 3.1.x date_recur.services.yml \date_recur.occurrences

Class

Drupal\date_recur\DateRecurOccurrences

Tags

  • event_subscriber

File

./date_recur.services.yml
date_recur.services.yml

View source
  1. class: Drupal\date_recur\DateRecurOccurrences
  2. arguments:
  3. - '@database'
  4. - '@entity_field.manager'
  5. - '@typed_data_manager'
  6. - '@entity_type.manager'
  7. tags:
  8. - { name: event_subscriber }