function TaxonomyViewsArgumentTest::__construct
Same name in other branches
- 10 core/modules/taxonomy/tests/modules/taxonomy_test/src/Plugin/views/argument/TaxonomyViewsArgumentTest.php \Drupal\taxonomy_test\Plugin\views\argument\TaxonomyViewsArgumentTest::__construct()
Constructs new IndexTidDepthTestPlugin object.
File
-
core/
modules/ taxonomy/ tests/ modules/ taxonomy_test/ src/ Plugin/ views/ argument/ TaxonomyViewsArgumentTest.php, line 24
Class
- TaxonomyViewsArgumentTest
- Test argument handler for testing deprecation in IndexTidDepth plugin.
Namespace
Drupal\taxonomy_test\Plugin\views\argumentCode
public function __construct(array $configuration, $plugin_id, $plugin_definition, EntityStorageInterface $term_storage, EntityTypeBundleInfoInterface $entityTypeBundleInfo) {
parent::__construct($configuration, $plugin_id, $plugin_definition, $term_storage);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.