You are here

namespace Symfony\Component\HttpFoundation\Session\Storage in Zircon Profile 8

Same name in other branches
  1. 8.0 Symfony\Component\HttpFoundation\Session\Storage
Classsort descending Location Description
MetadataBag vendor/symfony/http-foundation/Session/Storage/MetadataBag.php Metadata container.
MockArraySessionStorage vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php MockArraySessionStorage mocks the session for unit tests.
MockFileSessionStorage vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php MockFileSessionStorage is used to mock sessions for functional testing when done in a single PHP process.
NativeSessionStorage vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php This provides a base class for session attribute storage.
PhpBridgeSessionStorage vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php Allows session to be started by PHP and managed by Symfony.
SessionStorageInterface vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php StorageInterface.