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