You are here

protected property VocabularyResetForm::$termStorage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/src/Form/VocabularyResetForm.php \Drupal\taxonomy\Form\VocabularyResetForm::termStorage

The term storage.

Type: \Drupal\taxonomy\TermStorageInterface

File

core/modules/taxonomy/src/Form/VocabularyResetForm.php, line 22

Class

VocabularyResetForm
Provides confirmation form for resetting a vocabulary to alphabetical order.

Namespace

Drupal\taxonomy\Form

Code

protected $termStorage;