| WriteSafeSessionHandler::$wrappedSessionHandler |
property |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
|
| WriteSafeSessionHandler::close |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
|
| WriteSafeSessionHandler::destroy |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
|
| WriteSafeSessionHandler::gc |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
|
| WriteSafeSessionHandler::isSessionWritable |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
Returns whether or not a session may be written to storage. |
| WriteSafeSessionHandler::open |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
|
| WriteSafeSessionHandler::read |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
|
| WriteSafeSessionHandler::setSessionWritable |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
Sets whether or not a session may be written to storage. |
| WriteSafeSessionHandler::write |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
|
| WriteSafeSessionHandler::__construct |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
Constructs a new write safe session handler. |
| WriteSafeSessionHandlerInterface |
interface |
core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php |
Provides an interface for session handlers where writing can be disabled. |
| WriteSafeSessionHandlerInterface.php |
file |
core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php |
|
| WriteSafeSessionHandlerInterface::isSessionWritable |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php |
Returns whether or not a session may be written to storage. |
| WriteSafeSessionHandlerInterface::setSessionWritable |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php |
Sets whether or not a session may be written to storage. |
| WriteSafeSessionHandlerTest |
class |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Tests \Drupal\Core\Session\WriteSafeSessionHandler. |
| WriteSafeSessionHandlerTest.php |
file |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
|
| WriteSafeSessionHandlerTest::$sessionHandler |
property |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
The write safe session handler. |
| WriteSafeSessionHandlerTest::$wrappedSessionHandler |
property |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
The wrapped session handler. |
| WriteSafeSessionHandlerTest::providerTestOtherMethods |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Provides test data for the other methods test. |
| WriteSafeSessionHandlerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
|
| WriteSafeSessionHandlerTest::testConstructWriteSafeSessionHandlerDefaultArgs |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Tests creating a WriteSafeSessionHandler with default arguments. |
| WriteSafeSessionHandlerTest::testConstructWriteSafeSessionHandlerDisableWriting |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Tests creating a WriteSafeSessionHandler with session writing disabled. |
| WriteSafeSessionHandlerTest::testOtherMethods |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Tests that other invocations are passed unmodified to the wrapped handler. |
| WriteSafeSessionHandlerTest::testSetSessionWritable |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Tests using setSessionWritable to enable/disable session writing. |
| _user_cancel_session_regenerate |
function |
core/modules/user/user.module |
Implements callback_batch_finished(). |