public function Gingerbread::getPath in Bakery Single Sign-On System 8.2
Gets the remote path to deliver cookies too.
Return value
mixed
Overrides RemoteCookieInterface::getPath
File
- src/
Cookies/ Gingerbread.php, line 57
Class
Namespace
Drupal\bakery\CookiesCode
public function getPath() {
return 'bakery/create';
}