interface SessionBagInterface

Session Bag store.

@author Drak <drak@zikula.org>

Hierarchy

Expanded class hierarchy of SessionBagInterface

All classes that implement SessionBagInterface

7 files declare their use of SessionBagInterface

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php, line 19

Namespace

Symfony\Component\HttpFoundation\Session
View source

Members

Namesort descending Modifiers Type Description Overrides
SessionBagInterface::clear public function Clears out data from bag. 4
SessionBagInterface::getName public function Gets this bag's name 4
SessionBagInterface::getStorageKey public function Gets the storage key for this bag. 4
SessionBagInterface::initialize public function Initializes the Bag 4