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

Breadcrumb

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

function SessionStorageInterface::setName

Sets the session name.

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

File

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

Class

SessionStorageInterface
StorageInterface.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function setName(string $name) : void;

API Navigation

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