class DayDate

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

Argument handler for a day.

Plugin annotation

@ViewsArgument("datetime_day");

Hierarchy

Expanded class hierarchy of DayDate

File

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

Namespace

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

}

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