protected property YearMonthDate::$format

The date format used in the title.

Type: string

Overrides Date::$format

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/YearMonthDate.php, line 22
Contains \Drupal\views\Plugin\views\argument\YearMonthDate.

Class

YearMonthDate
Argument handler for a year plus month (CCYYMM)

Namespace

Drupal\views\Plugin\views\argument

Code

protected $format = 'F Y';