RemoteCookieInterface.php in Bakery Single Sign-On System 8.2
Namespace
Drupal\bakery\CookiesFile
src/Cookies/RemoteCookieInterface.phpView source
<?php
namespace Drupal\bakery\Cookies;
interface RemoteCookieInterface extends CookieInterface {
/**
* Gets the remote path to deliver cookies too.
*
* @return mixed
*/
public function getPath();
}
Interfaces
Name | Description |
---|---|
RemoteCookieInterface |