public function BakeryUserHooks::login in Bakery Single Sign-On System 8.2
File
- src/
BakeryUserHooks.php, line 44
Class
Namespace
Drupal\bakeryCode
public function login(UserInterface $account) {
if ($this
->isMain() && $account
->id() != 0) {
$this->kitchen
->reBakeChocolateChipCookie($account);
}
}