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

Breadcrumb

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

function MetadataBag::getStorageKey

Overrides SessionBagInterface::getStorageKey

File

vendor/symfony/http-foundation/Session/Storage/MetadataBag.php, line 81

Class

MetadataBag
Metadata container.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function getStorageKey() : string {
    return $this->storageKey;
}
RSS feed
Powered by Drupal