public function TaxonomiesController::__construct in Structure Sync 8
Same name and namespace in other branches
- 2.x src/Controller/TaxonomiesController.php \Drupal\structure_sync\Controller\TaxonomiesController::__construct()
Constructor for taxonomies controller.
File
- src/
Controller/ TaxonomiesController.php, line 20
Class
- TaxonomiesController
- Controller for syncing taxonomy terms.
Namespace
Drupal\structure_sync\ControllerCode
public function __construct() {
$this->config = $this
->getEditableConfig();
$this
->entityTypeManager();
}