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