Gets the value of the cookie.
@api
Return value
string
File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php, line 132
Class
- Cookie
- Represents a cookie
Namespace
Symfony\Component\HttpFoundation
Code
public function getValue() {
return $this->value;
}