public function SessionBagInterface::clear

Clears out data from bag.

Return value

mixed Whatever data was contained.

4 methods override SessionBagInterface::clear()

File

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

Class

SessionBagInterface
Session Bag store.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function clear();