public function CookieHelperInterface::getCookieValue in Persistent Login 8
Returns the value of the persistent login cookie.
Parameters
\Symfony\Component\HttpFoundation\Request $request: The request.
Return value
string The cookie value.
1 method overrides CookieHelperInterface::getCookieValue()
- CookieHelper::getCookieValue in src/
CookieHelper.php - Returns the value of the persistent login cookie.
File
- src/
CookieHelperInterface.php, line 32
Class
- CookieHelperInterface
- Interface for Persistent Login Cookie Helper services.
Namespace
Drupal\persistent_loginCode
public function getCookieValue(Request $request);