YearMonthDate.php
Same filename in this branch
Same filename in other branches
- 8.9.x core/modules/views/src/Plugin/views/argument/YearMonthDate.php
- 8.9.x core/modules/datetime/src/Plugin/views/argument/YearMonthDate.php
- 10 core/modules/views/src/Plugin/views/argument/YearMonthDate.php
- 10 core/modules/datetime/src/Plugin/views/argument/YearMonthDate.php
- 11.x core/modules/views/src/Plugin/views/argument/YearMonthDate.php
- 11.x core/modules/datetime/src/Plugin/views/argument/YearMonthDate.php
Namespace
Drupal\datetime\Plugin\views\argumentFile
-
core/
modules/ datetime/ src/ Plugin/ views/ argument/ YearMonthDate.php
View source
<?php
namespace Drupal\datetime\Plugin\views\argument;
/**
* Argument handler for a year plus month (CCYYMM).
*
* @ViewsArgument("datetime_year_month")
*/
class YearMonthDate extends Date {
/**
* {@inheritdoc}
*/
protected $argFormat = 'Ym';
}
Classes
Title | Deprecated | Summary |
---|---|---|
YearMonthDate | Argument handler for a year plus month (CCYYMM). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.