protected property YearMonthDate::$format in Drupal 8
Same name and namespace in other branches
- 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\argumentCode
protected $format = 'F Y';