function Taxonomy::create
Same name in other branches
- 8.9.x core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php \Drupal\taxonomy\Plugin\views\argument\Taxonomy::create()
Overrides PluginBase::create
File
-
core/
modules/ taxonomy/ src/ Plugin/ views/ argument/ Taxonomy.php, line 36
Class
- Taxonomy
- Argument handler for basic taxonomy tid.
Namespace
Drupal\taxonomy\Plugin\views\argumentCode
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
return new static($configuration, $plugin_id, $plugin_definition, $container->get('entity_type.manager')
->getStorage('taxonomy_term'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.