You are here

protected property MonthDate::$format in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/argument/MonthDate.php \Drupal\views\Plugin\views\argument\MonthDate::format

The date format used in the title.

Type: string

Overrides Date::$format

File

core/modules/views/src/Plugin/views/argument/MonthDate.php, line 15

Class

MonthDate
Argument handler for a month (MM)

Namespace

Drupal\views\Plugin\views\argument

Code

protected $format = 'F';