You are here

public function TaxonomiesController::__construct in Structure Sync 8

Same name and namespace in other branches
  1. 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\Controller

Code

public function __construct() {
  $this->config = $this
    ->getEditableConfig();
  $this
    ->entityTypeManager();
}