protected property MonthDate::$argFormat in Zircon Profile 8
Same name in this branch
- 8 core/modules/views/src/Plugin/views/argument/MonthDate.php \Drupal\views\Plugin\views\argument\MonthDate::argFormat
- 8 core/modules/datetime/src/Plugin/views/argument/MonthDate.php \Drupal\datetime\Plugin\views\argument\MonthDate::argFormat
Same name and namespace in other branches
- 8.0 core/modules/views/src/Plugin/views/argument/MonthDate.php \Drupal\views\Plugin\views\argument\MonthDate::argFormat
The date format used in the query.
Type: string
Overrides Date::$argFormat
File
- core/
modules/ views/ src/ Plugin/ views/ argument/ MonthDate.php, line 25 - Contains \Drupal\views\Plugin\views\argument\MonthDate.
Class
- MonthDate
- Argument handler for a month (MM)
Namespace
Drupal\views\Plugin\views\argumentCode
protected $argFormat = 'm';