You are here

public static function CookieInterface::getName in Bakery Single Sign-On System 8.2

Get the cookie name/type.

Return value

string

5 methods override CookieInterface::getName()
ChocolateChip::getName in src/Cookies/ChocolateChip.php
Get the cookie name/type.
Gingerbread::getName in src/Cookies/Gingerbread.php
Get the cookie name/type.
GingerbreadReturn::getName in src/Cookies/GingerbreadReturn.php
Get the cookie name/type.
OatmealCookie::getName in src/Cookies/OatmealCookie.php
Get the cookie name/type.
Stroopwafel::getName in src/Cookies/Stroopwafel.php
Get the cookie name/type.

File

src/Cookies/CookieInterface.php, line 30

Class

CookieInterface

Namespace

Drupal\bakery\Cookies

Code

public static function getName() : string;