Taxonomy.php

Same filename and directory in other branches
  1. 9 core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php
  2. 8.9.x core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php
  3. 10 core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php

Namespace

Drupal\taxonomy\Plugin\views\argument

File

core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php

View source
<?php

namespace Drupal\taxonomy\Plugin\views\argument;

use Drupal\views\Attribute\ViewsArgument;
use Drupal\views\Plugin\views\argument\EntityArgument;

/**
 * Argument handler for basic taxonomy tid.
 *
 * @ingroup views_argument_handlers
 */
class Taxonomy extends EntityArgument {

}

Classes

Title Deprecated Summary
Taxonomy Argument handler for basic taxonomy tid.

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