You are here

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

Get the cookie name/type.

Return value

string

Overrides CookieInterface::getName

1 call to Gingerbread::getName()
KitchenTest::testBakeData in tests/src/Unit/KitchenTest.php
@covers ::bakeData @covers ::tasteData

File

src/Cookies/Gingerbread.php, line 50

Class

Gingerbread

Namespace

Drupal\bakery\Cookies

Code

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