Request::hasSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Whether the request contains a Session object. |
Request::setSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Sets the Session. |
SessionHandlerProxy |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php |
SessionHandler proxy. |
drupal_save_session |
function |
drupal/core/includes/session.inc |
Determines whether to save session data of the current request. |
SessionHandler::open |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
SessionHandler::read |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
User::getSessionData |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php |
Returns the session data. |
NativeSessionStorage |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
This provides a base class for session attribute storage. |
Session::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
Constructor. |
SessionHttpsTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php |
Definition of Drupal\system\Tests\Session\SessionHttpsTest. |
Session::getIterator |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
Returns an iterator for attributes. |
Session::registerBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
Registers a SessionBagInterface with the session. |
Session::getFlashBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
Gets the flashbag interface. |
SessionInterface.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
|
SessionTest::testGet |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
SessionTest::testSet |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
@dataProvider setProvider |
SessionTest::testHas |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
@dataProvider setProvider |
SessionTest::testAll |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
@dataProvider setProvider |
_session_test_no_set |
function |
drupal/core/modules/system/tests/modules/session_test/session_test.module |
Menu callback: turns off session saving and then tries to save a value
anyway. |
SessionTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php |
|
_drupal_session_open |
function |
drupal/core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
_drupal_session_read |
function |
drupal/core/includes/session.inc |
Reads an entire session from the database (internal use only). |
drupal_session_start |
function |
drupal/core/includes/session.inc |
Starts a session forcefully, preserving already set session data. |
PhpSessionStorageTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php |
Test class for PhpSessionStorage. |
UserSession::$session |
property |
drupal/core/lib/Drupal/Core/Session/UserSession.php |
Session data. |
UserSession::getRoles |
function |
drupal/core/lib/Drupal/Core/Session/UserSession.php |
Returns a list of roles. |
PdoSessionHandler.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php |
|
PdoSessionHandlerTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php |
|
SessionHandler::close |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
SessionHandler::write |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
language_from_session |
function |
drupal/core/modules/language/language.negotiation.inc |
Identify language from a request/session parameter. |
SessionTestSubscriber |
class |
drupal/core/modules/system/tests/modules/session_test/lib/Drupal/session_test/EventSubscriber/SessionTestSubscriber.php |
Defines a test session subscriber that checks whether the session is empty. |
SessionInterface::has |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Checks if an attribute is defined. |
SessionInterface::get |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Returns an attribute. |
SessionInterface::set |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Sets an attribute. |
SessionInterface::all |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Returns attributes. |
session_test.info.yml |
file |
drupal/core/modules/system/tests/modules/session_test/session_test.info.yml |
drupal/core/modules/system/tests/modules/session_test/session_test.info.yml |
SessionTest::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
PdoSessionHandler::gc |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php |
|
SessionTest::$session |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
SessionTest::tearDown |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
MongoDbSessionHandler |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php |
MongoDB session handler |
SessionTest::testSave |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
SessionTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php |
Modules to enable. |
_drupal_session_close |
function |
drupal/core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
_drupal_session_write |
function |
drupal/core/includes/session.inc |
Writes an entire session to the database (internal use only). |
drupal_session_commit |
function |
drupal/core/includes/session.inc |
Commits the current session, if necessary. |
UserSession::$hostname |
property |
drupal/core/lib/Drupal/Core/Session/UserSession.php |
Session hostname. |
NullSessionStorageTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php |
Test class for NullSessionHandler. |
NullSessionHandler.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php |
|