MonthDate.php

Namespace

Drupal\datetime\Plugin\views\argument

File

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

View source
<?php

namespace Drupal\datetime\Plugin\views\argument;

use Drupal\views\Attribute\ViewsArgument;

/**
 * Argument handler for a month.
 */
class MonthDate extends Date {
  
  /**
   * {@inheritdoc}
   */
  protected $argFormat = 'm';

}

Classes

Title Deprecated Summary
MonthDate Argument handler for a month.

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