Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
SessionConfigurationTest.php file core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php
SessionConfigurationTest::providerTestCookieSecure function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Data provider for the cookie secure test.
SessionConfigurationTest::providerTestEnforcedCookieDomain function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Data provider for the cookie domain test.
SessionConfigurationTest::providerTestEnforcedSessionName function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Data provider for the cookie name test.
SessionConfigurationTest::providerTestGeneratedCookieDomain function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Data provider for the cookie domain test.
SessionConfigurationTest::providerTestGeneratedSessionName function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Data provider for the cookie name test.
SessionConfigurationTest::testConstructorDefaultSettings function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests constructor's default settings.
SessionConfigurationTest::testCookieSecure function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests whether the session.cookie_secure ini settings is computed correctly.
SessionConfigurationTest::testCookieSecureNotOverridable function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests that session.cookie_secure ini settings cannot be overridden.
SessionConfigurationTest::testEnforcedCookieDomain function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests the constructor injected session.cookie_domain ini setting.
SessionConfigurationTest::testEnforcedSessionNameViaCookieDomain function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests whether the session.name ini settings is computed correctly.
SessionConfigurationTest::testGeneratedCookieDomain function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests whether the session.cookie_domain ini settings is computed correctly.
SessionConfigurationTest::testGeneratedSessionName function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Tests whether the session.name ini settings is computed correctly.
SessionConfigurationTest::testSameSiteCookie function core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php Test that session.cookie_samesite is configured correctly.
SessionExistsCacheContext class core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php Defines the SessionExistsCacheContext service, for "session or not" caching.
SessionExistsCacheContext.php file core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php
SessionExistsCacheContext::$requestStack property core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php The request stack.
SessionExistsCacheContext::$sessionConfiguration property core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php The session configuration.
SessionExistsCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php Gets the cacheability metadata for the context.
SessionExistsCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php Returns the string representation of the cache context.
SessionExistsCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php Returns the label of the cache context.
SessionExistsCacheContext::__construct function core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php Constructs a new SessionExistsCacheContext class.
SessionExistsCacheContextTest class core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php Tests the 'session.exists' cache context service.
SessionExistsCacheContextTest.php file core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php
SessionExistsCacheContextTest::$defaultTheme property core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php The theme to install as the default for testing.
SessionExistsCacheContextTest::$modules property core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php Modules to install.
SessionExistsCacheContextTest::assertSessionCookieOnClient function core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php Asserts whether a session cookie is present on the client or not.
SessionExistsCacheContextTest::testCacheContext function core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php Tests \Drupal\Core\Cache\Context\SessionExistsCacheContext::getContext().
SessionExistsCacheContextTestHooks class core/modules/system/tests/modules/session_exists_cache_context_test/src/Hook/SessionExistsCacheContextTestHooks.php Hook implementations for session_exists_cache_context_test.
SessionExistsCacheContextTestHooks.php file core/modules/system/tests/modules/session_exists_cache_context_test/src/Hook/SessionExistsCacheContextTestHooks.php
SessionExistsCacheContextTestHooks::pageTop function core/modules/system/tests/modules/session_exists_cache_context_test/src/Hook/SessionExistsCacheContextTestHooks.php Implements hook_page_top().
SessionHandler class core/lib/Drupal/Core/Session/SessionHandler.php Default session handler.
SessionHandler.php file core/lib/Drupal/Core/Session/SessionHandler.php
SessionHandler::close function core/lib/Drupal/Core/Session/SessionHandler.php
SessionHandler::destroy function core/lib/Drupal/Core/Session/SessionHandler.php
SessionHandler::doDestroy function core/lib/Drupal/Core/Session/SessionHandler.php
SessionHandler::doRead function core/lib/Drupal/Core/Session/SessionHandler.php
SessionHandler::doWrite function core/lib/Drupal/Core/Session/SessionHandler.php
SessionHandler::ensureTableExists function core/lib/Drupal/Core/Session/SessionHandler.php Check if the session table exists and create it if not.
SessionHandler::gc function core/lib/Drupal/Core/Session/SessionHandler.php
SessionHandler::open function core/lib/Drupal/Core/Session/SessionHandler.php
SessionHandler::schemaDefinition function core/lib/Drupal/Core/Session/SessionHandler.php Defines the schema for the session table.
SessionHandler::updateTimestamp function core/lib/Drupal/Core/Session/SessionHandler.php
SessionHandler::__construct function core/lib/Drupal/Core/Session/SessionHandler.php Constructs a new SessionHandler instance.
SessionHttpsTest class core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Ensure that when running under HTTPS two session cookies are generated.
SessionHttpsTest.php file core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
SessionHttpsTest::$defaultTheme property core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php The theme to install as the default for testing.
SessionHttpsTest::$insecureSessionName property core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php The name of the session cookie when using HTTP.
SessionHttpsTest::$modules property core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Modules to install.
SessionHttpsTest::$secureSessionName property core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php The name of the session cookie when using HTTPS.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.