You are here

public function CalendarDayDate::getArgFormat in Calendar 8.2

Getter for the argFormat.

Return value

string The argFormat.

File

src/Plugin/views/argument/CalendarDayDate.php, line 97

Class

CalendarDayDate
Argument handler for a day.

Namespace

Drupal\calendar\Plugin\views\argument

Code

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