You are here

protected property VocabularyResetForm::$termStorage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 25
Contains \Drupal\taxonomy\Form\VocabularyResetForm.

Class

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

Namespace

Drupal\taxonomy\Form

Code

protected $termStorage;