protected property WeekDate::$argFormat in Drupal 8
Same name in this branch
- 8 core/modules/views/src/Plugin/views/argument/WeekDate.php \Drupal\views\Plugin\views\argument\WeekDate::argFormat
- 8 core/modules/datetime/src/Plugin/views/argument/WeekDate.php \Drupal\datetime\Plugin\views\argument\WeekDate::argFormat
Same name and namespace in other branches
- 9 core/modules/datetime/src/Plugin/views/argument/WeekDate.php \Drupal\datetime\Plugin\views\argument\WeekDate::argFormat
The date format used in the query.
Type: string
Overrides Date::$argFormat
File
- core/
modules/ datetime/ src/ Plugin/ views/ argument/ WeekDate.php, line 15
Class
- WeekDate
- Argument handler for a week.
Namespace
Drupal\datetime\Plugin\views\argumentCode
protected $argFormat = 'W';