You are here

public function CalendarYearMonthDate::getArgFormat in Calendar 8.2

Getter for the argFormat.

Return value

string The argFormat.

File

src/Plugin/views/argument/CalendarYearMonthDate.php, line 99

Class

CalendarYearMonthDate
Argument handler for a day.

Namespace

Drupal\calendar\Plugin\views\argument

Code

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