You are here

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

Get the cookie name/type.

Return value

string

Overrides CookieInterface::getName

File

src/Cookies/OatmealCookie.php, line 58

Class

OatmealCookie

Namespace

Drupal\bakery\Cookies

Code

public static function getName() : string {
  return static::cookieName('OATMEAL');
}