public function Stroopwafel::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/ Stroopwafel.php, line 44
Class
Namespace
Drupal\bakery\CookiesCode
public function getPath() {
return 'bakery/update';
}