You are here

protected property VocabularyForm::$vocabularyStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/taxonomy/src/VocabularyForm.php \Drupal\taxonomy\VocabularyForm::vocabularyStorage

The vocabulary storage.

Type: \Drupal\taxonomy\VocabularyStorageInterface

File

core/modules/taxonomy/src/VocabularyForm.php, line 24

Class

VocabularyForm
Base form for vocabulary edit forms.

Namespace

Drupal\taxonomy

Code

protected $vocabularyStorage;