You are here

protected property YearMonthDate::$argFormat in Zircon Profile 8

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

The date format used in the query.

Type: string

Overrides Date::$argFormat

File

core/modules/views/src/Plugin/views/argument/YearMonthDate.php, line 25
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 $argFormat = 'Ym';