public function DateRecurRRule::humanReadable in Recurring Dates Field 8
Get a human-readable representation of the repeat rule.
@todo: Make this translatable.
Return value
string
File
- src/
DateRecurRRule.php, line 371
Class
Namespace
Drupal\date_recurCode
public function humanReadable() {
return $this->rrule
->humanReadable();
}