VocabularyVid.php

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

Namespace

Drupal\taxonomy\Plugin\views\argument

File

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

View source
<?php

namespace Drupal\taxonomy\Plugin\views\argument;

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

/**
 * Argument handler to accept a vocabulary id.
 *
 * @ingroup views_argument_handlers
 */
class VocabularyVid extends EntityArgument {

}

Classes

Title Deprecated Summary
VocabularyVid Argument handler to accept a vocabulary id.

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