You are here

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

Get the cookie name/type.

Return value

string

Overrides CookieInterface::getName

2 calls to Stroopwafel::getName()
KitchenTest::testBakeData in tests/src/Unit/KitchenTest.php
@covers ::bakeData @covers ::tasteData
KitchenTest::testTasteDataMissingKey in tests/src/Unit/KitchenTest.php
@covers ::tasteData

File

src/Cookies/Stroopwafel.php, line 37

Class

Stroopwafel

Namespace

Drupal\bakery\Cookies

Code

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