You are here

public function ImportForm::__construct in Term CSV Export Import 8

Same name and namespace in other branches
  1. 8.3 src/Form/ImportForm.php \Drupal\term_csv_export_import\Form\ImportForm::__construct()
  2. 8.2 src/Form/ImportForm.php \Drupal\term_csv_export_import\Form\ImportForm::__construct()

Constructs a new vocabulary form.

Parameters

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

File

src/Form/ImportForm.php, line 47

Class

ImportForm
Class ImportForm.

Namespace

Drupal\term_csv_export_import\Form

Code

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