public function SessionStorageInterface::getId 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::getId()
Returns the session ID.
Return value
string The session ID or empty.
2 methods override SessionStorageInterface::getId()
- MockArraySessionStorage::getId in vendor/
symfony/ http-foundation/ Session/ Storage/ MockArraySessionStorage.php - Returns the session ID.
- NativeSessionStorage::getId in vendor/
symfony/ http-foundation/ Session/ Storage/ NativeSessionStorage.php - Returns the session ID.
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ SessionStorageInterface.php, line 45
Class
- SessionStorageInterface
- StorageInterface.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function getId();