protected static function BrowserCookieTrait::cookieName in Bakery Single Sign-On System 8.2
Wrap cookie name for browser.
2 calls to BrowserCookieTrait::cookieName()
- ChocolateChip::getName in src/
Cookies/ ChocolateChip.php - Get the cookie name/type.
- OatmealCookie::getName in src/
Cookies/ OatmealCookie.php - Get the cookie name/type.
File
- src/
Cookies/ BrowserCookieTrait.php, line 20
Class
Namespace
Drupal\bakery\CookiesCode
protected static function cookieName(string $type) : string {
return static::getBakeryKitchen()
->cookieName($type);
}