function TaxonomyViewsArgumentTest::__construct

File

core/modules/taxonomy/tests/modules/taxonomy_test/src/Plugin/views/argument/TaxonomyViewsArgumentTest.php, line 23

Class

TaxonomyViewsArgumentTest
Test argument handler for testing deprecation in Taxonomy argument plugin.

Namespace

Drupal\taxonomy_test\Plugin\views\argument

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition, EntityStorageInterface $termStorage) {
    parent::__construct($configuration, $plugin_id, $plugin_definition, $termStorage);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.