Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

YearDate.php

Same filename in this branch
  1. 11.1.x core/modules/views/src/Plugin/views/argument/YearDate.php

Namespace

Drupal\datetime\Plugin\views\argument

File

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

View source
<?php

namespace Drupal\datetime\Plugin\views\argument;

use Drupal\views\Attribute\ViewsArgument;

/**
 * Argument handler for a year.
 */
class YearDate extends Date {
    
    /**
     * {@inheritdoc}
     */
    protected $argFormat = 'Y';

}

Classes

Title Deprecated Summary
YearDate Argument handler for a year.
RSS feed
Powered by Drupal