namespace Symfony\Component\HttpFoundation\Session\Storage

Classsort descending Location Description
MetadataBag drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php Metadata container.
MockArraySessionStorage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php MockArraySessionStorage mocks the session for unit tests.
MockFileSessionStorage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php MockFileSessionStorage is used to mock sessions for functional testing when done in a single PHP process.
NativeSessionStorage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php This provides a base class for session attribute storage.
SessionStorageInterface drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php StorageInterface.