Session::setFlashes |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.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 |
Forcefully starts a session, preserving already set session data. |
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 |
SessionHttpsTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php |
Definition of Drupal\system\Tests\Session\SessionHttpsTest. |
_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. |
Session::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
Constructor. |
NativeSessionStorage |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
This provides a base class for session attribute storage. |
SessionInterface.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
|
Session::getIterator |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
Returns an iterator for attributes. |
SessionTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php |
|
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. |
Session::removeFlash |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
|
_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. |
PdoSessionHandlerTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php |
|
SessionTest::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.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 |
|
SessionTest::testSave |
function |
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 |
|
MongoDbSessionHandler |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php |
MongoDB session handler |
PdoSessionHandler.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php |
|
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. |
language_from_session |
function |
drupal/core/modules/language/language.negotiation.inc |
Identify language from a request/session parameter. |
SessionTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php |
Modules to enable. |
Session::clearFlashes |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
|
drupal_session_started |
function |
drupal/core/includes/session.inc |
Returns whether a session has been started. |
SessionTest::testStart |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
SessionTest::testClear |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
@dataProvider setProvider |
SessionTest::testGetId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
NullSessionHandler::gc |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php |
|
MemcacheSessionHandler |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php |
MemcacheSessionHandler. |
NullSessionHandler.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php |
|
SessionInterface::save |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Force the session to be saved and closed. |
MockFileSessionStorage |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
MockFileSessionStorage is used to mock sessions for
functional testing when done in a single PHP process. |
NullSessionStorageTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php |
Test class for NullSessionHandler. |
_drupal_session_destroy |
function |
drupal/core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
SessionTest::testRemove |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
@dataProvider setProvider |
SessionHandlerProxy::gc |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php |
|
session_test_user_login |
function |
drupal/core/modules/system/tests/modules/session_test/session_test.module |
Implements hook_user(). |