public function ExportTermsForm::__construct in Taxonomy Manager 8
Same name and namespace in other branches
- 2.0.x src/Form/ExportTermsForm.php \Drupal\taxonomy_manager\Form\ExportTermsForm::__construct()
ExportTermsForm constructor.
Parameters
\Drupal\taxonomy\TermStorage $termStorage: Object with convenient methods to manage terms.
File
- src/
Form/ ExportTermsForm.php, line 29
Class
- ExportTermsForm
- Form for exporting given terms.
Namespace
Drupal\taxonomy_manager\FormCode
public function __construct(TermStorage $termStorage) {
$this->termStorage = $termStorage;
}