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

Breadcrumb

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

function SessionInterface::start

Starts the session storage.

Throws

\RuntimeException if session fails to start

1 method overrides SessionInterface::start()
Session::start in vendor/symfony/http-foundation/Session/Session.php
Starts the session storage.

File

vendor/symfony/http-foundation/Session/SessionInterface.php, line 28

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function start() : bool;
RSS feed
Powered by Drupal