Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ServiceProviderWebTest | class | core/ |
Tests service provider registration to the DIC. |
| ServiceProviderWebTest.php | file | core/ |
|
| ServiceProviderWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ServiceProviderWebTest::$modules | property | core/ |
Modules to enable. |
| ServiceProviderWebTest::testServiceProviderRegistrationIntegration | function | core/ |
Tests that module service providers get registered to the DIC. |
| Services and Dependency Injection Container | group | core/ |
Overview of the Dependency Injection Container and Services. |
| ServiceWithDependency | class | core/ |
Service that gets the other service of the same module injected. |
| ServiceWithDependency.php | file | core/ |
|
| ServiceWithDependency::$service | property | core/ |
The injected service. |
| ServiceWithDependency::greet | function | core/ |
Gets a greeting from the injected service and adds to it. |
| ServiceWithDependency::__construct | function | core/ |
ServiceWithDependency constructor. |
| service_provider_test.info.yml | file | core/ |
core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml |
| service_provider_test.services.yml | file | core/ |
core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml |
| service_provider_test_class | service | core/ |
Drupal\service_provider_test\TestClass |
| Session | class | core/ |
Wrap session logic around a HTTP request. |
| session | service | core/ |
Symfony\Component\HttpFoundation\Session\Session |
| session.attribute_bag | service | core/ |
Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag |
| session.flash_bag | service | core/ |
Symfony\Component\HttpFoundation\Session\Flash\FlashBag |
| Session.php | file | core/ |
|
| Session::$httpKernel | property | core/ |
The wrapped HTTP kernel. |
| Session::$sessionServiceName | property | core/ |
The session service name. |
| Session::handle | function | core/ |
|
| Session::__construct | function | core/ |
Constructs a Session stack middleware object. |
| SessionAuthenticationTest | class | core/ |
Tests if sessions are correctly handled when a user authenticates. |
| SessionAuthenticationTest.php | file | core/ |
|
| SessionAuthenticationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SessionAuthenticationTest::$modules | property | core/ |
Modules to enable. |
| SessionAuthenticationTest::$user | property | core/ |
A test user. |
| SessionAuthenticationTest::assertSessionData | function | core/ |
Checks the session data returned by the session test routes. |
| SessionAuthenticationTest::setUp | function | core/ |
|
| SessionAuthenticationTest::testBasicAuthNoSession | function | core/ |
Tests that a session is not started automatically by basic authentication. |
| SessionAuthenticationTest::testBasicAuthSession | function | core/ |
Tests if a session can be initiated through basic authentication. |
| SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak | function | core/ |
Check that a basic authentication session does not leak. |
| SessionCacheContext | class | core/ |
Defines the SessionCacheContext service, for "per session" caching. |
| SessionCacheContext.php | file | core/ |
|
| SessionCacheContext::getContext | function | core/ |
|
| SessionCacheContext::getLabel | function | core/ |
|
| SessionCacheContextTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\Context\SessionCacheContext[[api-linebreak]] @group Cache |
| SessionCacheContextTest.php | file | core/ |
|
| SessionCacheContextTest::$request | property | core/ |
The request. |
| SessionCacheContextTest::$requestStack | property | core/ |
The request stack. |
| SessionCacheContextTest::$session | property | core/ |
The session object. |
| SessionCacheContextTest::setUp | function | core/ |
|
| SessionCacheContextTest::testContextWithoutSessionInRequest | function | core/ |
@covers ::getContext[[api-linebreak]] |
| SessionCacheContextTest::testDifferentContextForDifferentSession | function | core/ |
@covers ::getContext[[api-linebreak]] |
| SessionCacheContextTest::testSameContextForSameSession | function | core/ |
@covers ::getContext[[api-linebreak]] |
| SessionConfiguration | class | core/ |
Defines the default session configuration generator. |
| SessionConfiguration.php | file | core/ |
|
| SessionConfiguration::$options | property | core/ |
An associative array of session ini settings. |
| SessionConfiguration::drupalValidTestUa | function | core/ |
Wraps drupal_valid_test_ua(). |
Pagination
- Previous page
- Page 1097
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.