VocabularyForm::__construct

public VocabularyForm::__construct(VocabularyStorageInterface $vocabulary_storage)

Constructs a new vocabulary form.

Parameters

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

File

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

Class

VocabularyForm
Base form for vocabulary edit forms.

Namespace

Drupal\taxonomy

Code

public function __construct(VocabularyStorageInterface $vocabulary_storage) {
  $this->vocabularyStorage = $vocabulary_storage;
}
doc_Drupal
2016-10-29 09:56:23
Comments
Leave a Comment

Please login to continue.