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

Breadcrumb

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

function SessionBagInterface::getName

Gets this bag's name.

5 methods override SessionBagInterface::getName()
AttributeBag::getName in vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
Gets this bag's name.
AutoExpireFlashBag::getName in vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php
Gets this bag's name.
FlashBag::getName in vendor/symfony/http-foundation/Session/Flash/FlashBag.php
Gets this bag's name.
MetadataBag::getName in vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
Gets this bag's name.
SessionBagProxy::getName in vendor/symfony/http-foundation/Session/SessionBagProxy.php
Gets this bag's name.

File

vendor/symfony/http-foundation/Session/SessionBagInterface.php, line 24

Class

SessionBagInterface
Session Bag store.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function getName() : string;

API Navigation

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