DayDate.php

Namespace

Drupal\datetime\Plugin\views\argument

File

core/modules/datetime/src/Plugin/views/argument/DayDate.php

View source
<?php

namespace Drupal\datetime\Plugin\views\argument;


/**
 * Argument handler for a day.
 *
 * @ViewsArgument("datetime_day")
 */
class DayDate extends Date {
  
  /**
   * {@inheritdoc}
   */
  protected $argFormat = 'd';

}

Classes

Title Deprecated Summary
DayDate Argument handler for a day.

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