function TaxonomyViewsArgumentTest::__construct
Overrides EntityArgument::__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\argumentCode
public function __construct(array $configuration, $plugin_id, $plugin_definition, protected 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.