You are here

interface RemoteCookieInterface in Bakery Single Sign-On System 8.2

Hierarchy

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\Cookies
View source
interface RemoteCookieInterface extends CookieInterface {

  /**
   * Gets the remote path to deliver cookies too.
   *
   * @return mixed
   */
  public function getPath();

}

Members

Namesort descending Modifiers Type Description Overrides
CookieInterface::fromData public static function Create from data stored in a cookie. 5
CookieInterface::getName public static function Get the cookie name/type. 5
CookieInterface::toData public function Convert the data into an array to be stored into a cookie. 5
RemoteCookieInterface::getPath public function Gets the remote path to deliver cookies too. 2