public function SessionStorageInterface::isStarted

Checks if the session is started.

Return value

boolean True if started, false otherwise.

2 methods override SessionStorageInterface::isStarted()
MockArraySessionStorage::isStarted in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
Checks if the session is started.
NativeSessionStorage::isStarted in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
Checks if the session is started.

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php, line 43

Class

SessionStorageInterface
StorageInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function isStarted();