You are here

public function VocabularyForm::__construct in Taxonomy Breadcrumb 8

Constructs a new vocabulary form.

Parameters

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

Overrides VocabularyForm::__construct

File

src/VocabularyForm.php, line 30

Class

VocabularyForm
Class VocabularyListBuilder.

Namespace

Drupal\taxonomy_breadcrumb

Code

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