You are here

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

DateRecurRRule

Namespace

Drupal\date_recur

Code

public function humanReadable() {
  return $this->rrule
    ->humanReadable();
}