public VocabularyResetForm::__construct(TermStorageInterface $term_storage)
Constructs a new VocabularyResetForm object.
Parameters
\Drupal\taxonomy\TermStorageInterface $term_storage: The term storage.
File
- core/modules/taxonomy/src/Form/VocabularyResetForm.php, line 28
Class
- VocabularyResetForm
- Provides confirmation form for resetting a vocabulary to alphabetical order.
Namespace
Drupal\taxonomy\Form
Code
public function __construct(TermStorageInterface $term_storage) { $this->termStorage = $term_storage; }
Please login to continue.