You are here

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

Get the cookie name/type.

Return value

string

Overrides CookieInterface::getName

2 calls to ChocolateChip::getName()
ChildLoginTest::testChocolateChipLogin in tests/src/Functional/ChildLoginTest.php
MainSiteCookiesTest::testLogin in tests/src/Functional/MainSiteCookiesTest.php

File

src/Cookies/ChocolateChip.php, line 66

Class

ChocolateChip

Namespace

Drupal\bakery\Cookies

Code

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