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