interface RemoteCookieInterface in Bakery Single Sign-On System 8.2
Hierarchy
- interface \Drupal\bakery\Cookies\CookieInterface
- interface \Drupal\bakery\Cookies\RemoteCookieInterface
Expanded class hierarchy of RemoteCookieInterface
All classes that implement RemoteCookieInterface
1 file declares its use of RemoteCookieInterface
- Kitchen.php in src/
Kitchen.php
File
- src/
Cookies/ RemoteCookieInterface.php, line 5
Namespace
Drupal\bakery\CookiesView source
interface RemoteCookieInterface extends CookieInterface {
/**
* Gets the remote path to deliver cookies too.
*
* @return mixed
*/
public function getPath();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CookieInterface:: |
public static | function | Create from data stored in a cookie. | 5 |
CookieInterface:: |
public static | function | Get the cookie name/type. | 5 |
CookieInterface:: |
public | function | Convert the data into an array to be stored into a cookie. | 5 |
RemoteCookieInterface:: |
public | function | Gets the remote path to deliver cookies too. | 2 |