public function DateRecurOccurrenceHandlerInterface::humanReadable in Recurring Dates Field 8
Get a human-readable representation of the repeat rule.
Return value
string
1 method overrides DateRecurOccurrenceHandlerInterface::humanReadable()
- DefaultDateRecurOccurrenceHandler::humanReadable in src/
Plugin/ DateRecurOccurrenceHandler/ DefaultDateRecurOccurrenceHandler.php - Get a human-readable representation of the repeat rule.
File
- src/
Plugin/ DateRecurOccurrenceHandlerInterface.php, line 67
Class
- DateRecurOccurrenceHandlerInterface
- Defines an interface for Date recur occurrence handler plugins.
Namespace
Drupal\date_recur\PluginCode
public function humanReadable();