You are here

service bakery.kitchen in Bakery Single Sign-On System 8.2

Class

Drupal\bakery\Kitchen
10 string references to bakery.kitchen
BakeryUncrumbleForm::create in src/Forms/BakeryUncrumbleForm.php
Instantiates a new instance of this class.
BrowserCookieTrait::getBakeryKitchen in src/Cookies/BrowserCookieTrait.php
Get a kitchen.
BrowserCookieTraitTest::setUp in tests/src/Unit/Cookies/BrowserCookieTraitTest.php
ChildController::create in src/Controller/ChildController.php
When this controller is created, it will get the bakery.bakery_service.
ChildDeprecatedController::create in src/Controller/ChildDeprecatedController.php
When this controller is created, it will get the bakery.bakery_service.

... See full list

File

./bakery.services.yml
bakery.services.yml

View source
  1. class: Drupal\bakery\Kitchen
  2. arguments:
  3. - '@datetime.time'
  4. - '@config.factory'
  5. - '@current_user'
  6. - '@bakery.cookie_jar'