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