Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SessionStorageInterface.php

function SessionStorageInterface::start

Starts the session.

Throws

\RuntimeException if something goes wrong starting the session

2 methods override SessionStorageInterface::start()
MockArraySessionStorage::start in vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php
Starts the session.
NativeSessionStorage::start in vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
Starts the session.

File

vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php, line 29

Class

SessionStorageInterface
StorageInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function start() : bool;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal