You are here

protected property YearMonthDate::$format in Drupal 8

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

The date format used in the title.

Type: string

Overrides Date::$format

File

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

Class

YearMonthDate
Argument handler for a year plus month (CCYYMM)

Namespace

Drupal\views\Plugin\views\argument

Code

protected $format = 'F Y';