You are here

public function CalendarYearWeekDate::getArgFormat in Calendar 8.2

Getter for the argFormat.

Return value

string The argFormat.

File

src/Plugin/views/argument/CalendarYearWeekDate.php, line 96

Class

CalendarYearWeekDate
Argument handler for a day.

Namespace

Drupal\calendar\Plugin\views\argument

Code

public function getArgFormat() {
  return $this->argFormat;
}