DayDate.php in Drupal 8
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\datetime\Plugin\views\argumentFile
core/modules/datetime/src/Plugin/views/argument/DayDate.phpView source
<?php
namespace Drupal\datetime\Plugin\views\argument;
/**
* Argument handler for a day.
*
* @ViewsArgument("datetime_day")
*/
class DayDate extends Date {
/**
* {@inheritdoc}
*/
protected $argFormat = 'd';
}