You are here

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

Gingerbread

Namespace

Drupal\bakery\Cookies

Code

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