You are here

public function TaxonomyEntityIndexDepth::init in Taxonomy Entity Index 8

Overrides Drupal\views\Plugin\views\HandlerBase:init().

Overrides ArgumentPluginBase::init

File

src/Plugin/views/argument/TaxonomyEntityIndexDepth.php, line 66

Class

TaxonomyEntityIndexDepth
Abstract argument handler for entity taxonomy terms with depth.

Namespace

Drupal\taxonomy_entity_index\Plugin\views\argument

Code

public function init(ViewExecutable $view, DisplayPluginBase $display, array &$options = NULL) {
  parent::init($view, $display, $options);
  $this->baseTableInfo = \Drupal::service('views.views_data')
    ->get($this->table);
}