You are here

public function DefaultDateRecurOccurrenceHandler::getWeekdays in Recurring Dates Field 8

File

src/Plugin/DateRecurOccurrenceHandler/DefaultDateRecurOccurrenceHandler.php, line 136

Class

DefaultDateRecurOccurrenceHandler
Provides the default occurrence handler.

Namespace

Drupal\date_recur\Plugin\DateRecurOccurrenceHandler

Code

public function getWeekdays() {
  return $this->rruleObject
    ->getWeekdays();
}