You are here

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

Stroopwafel

Namespace

Drupal\bakery\Cookies

Code

public function getPath() {
  return 'bakery/update';
}