function OverviewTerms::create
Same name in other branches
- 9 core/modules/taxonomy/src/Form/OverviewTerms.php \Drupal\taxonomy\Form\OverviewTerms::create()
- 8.9.x core/modules/taxonomy/src/Form/OverviewTerms.php \Drupal\taxonomy\Form\OverviewTerms::create()
- 11.x core/modules/taxonomy/src/Form/OverviewTerms.php \Drupal\taxonomy\Form\OverviewTerms::create()
Overrides FormBase::create
File
-
core/
modules/ taxonomy/ src/ Form/ OverviewTerms.php, line 100
Class
- OverviewTerms
- Provides terms overview form for a taxonomy vocabulary.
Namespace
Drupal\taxonomy\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('module_handler'), $container->get('entity_type.manager'), $container->get('renderer'), $container->get('entity.repository'), $container->get('pager.manager'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.