You are here

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

File

src/Cookies/ChocolateChip.php, line 70

Class

ChocolateChip

Namespace

Drupal\bakery\Cookies

Code

public function getAccountName() : string {
  return $this->name;
}