class FullDate

Same name in this branch
  1. 9 core/modules/views/src/Plugin/views/argument/FullDate.php \Drupal\views\Plugin\views\argument\FullDate
Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/argument/FullDate.php \Drupal\views\Plugin\views\argument\FullDate
  2. 11.x core/modules/datetime/src/Plugin/views/argument/FullDate.php \Drupal\datetime\Plugin\views\argument\FullDate

Argument handler for a full date (CCYYMMDD).

Plugin annotation

@ViewsArgument("datetime_full_date");

Hierarchy

Expanded class hierarchy of FullDate

File

core/modules/datetime/src/Plugin/views/argument/FullDate.php, line 10

Namespace

Drupal\datetime\Plugin\views\argument
View source
class FullDate extends Date {
  
  /**
   * {@inheritdoc}
   */
  protected $argFormat = 'Ymd';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.