public function SessionInterface::isStarted

Checks if the session was started.

Return value

Boolean

1 method overrides SessionInterface::isStarted()
Session::isStarted in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php
Checks if the session was started.

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php, line 184

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function isStarted();