function TaxonomyViewsArgumentTest::__construct
Same name in other branches
- 11.x core/modules/taxonomy/tests/modules/taxonomy_test/src/Plugin/views/argument/TaxonomyViewsArgumentTest.php \Drupal\taxonomy_test\Plugin\views\argument\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\argumentCode
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.