public function Cookie::getExpiresTime

Gets the time the cookie expires.

@api

Return value

integer

1 call to Cookie::getExpiresTime()

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php, line 156

Class

Cookie
Represents a cookie

Namespace

Symfony\Component\HttpFoundation

Code

public function getExpiresTime() {
  return $this->expire;
}