You are here

public function MetadataBag::getStorageKey in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Session/Storage/MetadataBag.php \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::getStorageKey()

Gets the storage key for this bag.

Return value

string

Overrides SessionBagInterface::getStorageKey

File

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

Class

MetadataBag
Metadata container.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function getStorageKey() {
  return $this->storageKey;
}