You are here

public function ExportTermsMiniForm::__construct in Taxonomy Manager 2.0.x

ExportTermsForm constructor.

Parameters

\Drupal\taxonomy\TermStorage $termStorage: Object with convenient methods to manage terms.

File

src/Form/ExportTermsMiniForm.php, line 29

Class

ExportTermsMiniForm
Form for exporting given terms.

Namespace

Drupal\taxonomy_manager\Form

Code

public function __construct(TermStorage $termStorage) {
  $this->termStorage = $termStorage;
}