You are here

public function TaxonomyIndexTid::query in Views (for Drupal 7) 8.3

Add this term to the query

Overrides FieldPluginBase::query

File

lib/Views/taxonomy/Plugin/views/field/TaxonomyIndexTid.php, line 98
Definition of Views\taxonomy\Plugin\views\field\TaxonomyIndexTid.

Class

TaxonomyIndexTid
Field handler to display all taxonomy terms of a node.

Namespace

Views\taxonomy\Plugin\views\field

Code

public function query() {
  $this
    ->add_additional_fields();
}