cshs-8.x-1.x-dev/src/Plugin/views/filter/CshsTaxonomyIndexTid.php
src/Plugin/views/filter/CshsTaxonomyIndexTid.php
<?php
namespace Drupal\cshs\Plugin\views\filter;
use Drupal\taxonomy\Plugin\views\filter\TaxonomyIndexTid;
/**
* {@inheritdoc}
*
* @see \cshs_views_plugins_filter_alter()
*/
class CshsTaxonomyIndexTid extends TaxonomyIndexTid {
use CshsTaxonomyIndex;
public const ID = 'taxonomy_index_tid';
}
