protected property FullDate::$format in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/argument/FullDate.php \Drupal\views\Plugin\views\argument\FullDate::format
- 9 core/modules/views/src/Plugin/views/argument/FullDate.php \Drupal\views\Plugin\views\argument\FullDate::format
The date format used in the title.
Type: string
Overrides Date::$format
File
- core/
modules/ views/ src/ Plugin/ views/ argument/ FullDate.php, line 15
Class
- FullDate
- Argument handler for a full date (CCYYMMDD)
Namespace
Drupal\views\Plugin\views\argumentCode
protected $format = 'F j, Y';