You are here

public function MainDeprecatedController::__construct in Bakery Single Sign-On System 8.2

Initialize bakery service.

Parameters

\Drupal\bakery\BakeryService $bakery_service: For bakery service.

\Drupal\bakery\Kitchen $kitchen: For bakery service.

File

src/Controller/MainDeprecatedController.php, line 40

Class

MainDeprecatedController

Namespace

Drupal\bakery\Controller

Code

public function __construct(BakeryService $bakery_service, Kitchen $kitchen) {
  $this->bakeryService = $bakery_service;
  $this->kitchen = $kitchen;
}