function VocabularyResetForm::create
Overrides FormBase::create
File
- 
              core/modules/ taxonomy/ src/ Form/ VocabularyResetForm.php, line 37 
Class
- VocabularyResetForm
- Provides confirmation form for resetting a vocabulary to alphabetical order.
Namespace
Drupal\taxonomy\FormCode
public static function create(ContainerInterface $container) {
  return new static($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.
