SessionManagerInterface.php
Same filename and directory in other branches
Namespace
Drupal\Core\SessionFile
-
core/
lib/ Drupal/ Core/ Session/ SessionManagerInterface.php
View source
<?php
namespace Drupal\Core\Session;
use Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface;
/**
* Defines the session manager interface.
*/
interface SessionManagerInterface extends SessionStorageInterface {
/**
* Destroys the current session and removes session cookies.
*/
public function destroy();
}
Interfaces
| Title | Deprecated | Summary |
|---|---|---|
| SessionManagerInterface | Defines the session manager interface. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.