VocabularyVid.php
Same filename in other branches
Namespace
Drupal\taxonomy\Plugin\views\argumentFile
-
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.