public function SessionStorageInterface::isStarted in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php \Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface::isStarted()
Checks if the session is started.
Return value
bool True if started, false otherwise.
2 methods override SessionStorageInterface::isStarted()
- MockArraySessionStorage::isStarted in vendor/
symfony/ http-foundation/ Session/ Storage/ MockArraySessionStorage.php - Checks if the session is started.
- NativeSessionStorage::isStarted in vendor/
symfony/ http-foundation/ Session/ Storage/ NativeSessionStorage.php - Checks if the session is started.
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ SessionStorageInterface.php, line 38
Class
- SessionStorageInterface
- StorageInterface.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function isStarted();