Same name and namespace in other branches
  1. 8.9.x core/modules/taxonomy/src/VocabularyForm.php \Drupal\taxonomy\VocabularyForm::__construct()
  2. 9 core/modules/taxonomy/src/VocabularyForm.php \Drupal\taxonomy\VocabularyForm::__construct()

Constructs a new vocabulary form.

Parameters

\Drupal\taxonomy\VocabularyStorageInterface $vocabulary_storage: The vocabulary storage.

File

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

Class

VocabularyForm
Base form for vocabulary edit forms.

Namespace

Drupal\taxonomy

Code

public function __construct(VocabularyStorageInterface $vocabulary_storage) {
  $this->vocabularyStorage = $vocabulary_storage;
}