public function MetadataBag::getStorageKey

Gets the storage key for this bag.

Return value

string

Overrides SessionBagInterface::getStorageKey

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php, line 103

Class

MetadataBag
Metadata container.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

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