public function DateRecurOccurrenceHandlerInterface::getOccurrencesForComputedProperty in Recurring Dates Field 8
Get a list of occurrences that fits the occurrence property schema.
The returned array should match the schema that is returned by occurrencePropertyDefinition().
Return value
array
1 method overrides DateRecurOccurrenceHandlerInterface::getOccurrencesForComputedProperty()
- DefaultDateRecurOccurrenceHandler::getOccurrencesForComputedProperty in src/
Plugin/ DateRecurOccurrenceHandler/ DefaultDateRecurOccurrenceHandler.php - @inheritdoc
File
- src/
Plugin/ DateRecurOccurrenceHandlerInterface.php, line 60
Class
- DateRecurOccurrenceHandlerInterface
- Defines an interface for Date recur occurrence handler plugins.
Namespace
Drupal\date_recur\PluginCode
public function getOccurrencesForComputedProperty();