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

Breadcrumb

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

interface SessionFactoryInterface

@author Kevin Bond <kevinbond@gmail.com>

Hierarchy

  • interface \Symfony\Component\HttpFoundation\Session\SessionFactoryInterface

Expanded class hierarchy of SessionFactoryInterface

All classes that implement SessionFactoryInterface

File

vendor/symfony/http-foundation/Session/SessionFactoryInterface.php, line 17

Namespace

Symfony\Component\HttpFoundation\Session
View source
interface SessionFactoryInterface {
    public function createSession() : SessionInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
SessionFactoryInterface::createSession public function 1

API Navigation

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