You are here

protected property YearMonthDate::$argFormat in Drupal 8

Same name in this branch
  1. 8 core/modules/views/src/Plugin/views/argument/YearMonthDate.php \Drupal\views\Plugin\views\argument\YearMonthDate::argFormat
  2. 8 core/modules/datetime/src/Plugin/views/argument/YearMonthDate.php \Drupal\datetime\Plugin\views\argument\YearMonthDate::argFormat
Same name and namespace in other branches
  1. 9 core/modules/datetime/src/Plugin/views/argument/YearMonthDate.php \Drupal\datetime\Plugin\views\argument\YearMonthDate::argFormat

The date format used in the query.

Type: string

Overrides Date::$argFormat

File

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

Class

YearMonthDate
Argument handler for a year plus month (CCYYMM).

Namespace

Drupal\datetime\Plugin\views\argument

Code

protected $argFormat = 'Ym';