Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ServiceProviderTestServiceProvider | class | core/ |
|
| ServiceProviderTestServiceProvider.php | file | core/ |
|
| ServiceProviderTestServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
| 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 install. |
| 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. |
| ServicesDefaultsTest | class | core/ |
Tests services _defaults definition. |
| ServicesDefaultsTest.php | file | core/ |
|
| ServicesDefaultsTest::$modules | property | core/ |
Modules to install. |
| ServicesDefaultsTest::testAutowiring | function | core/ |
Tests that 'services_defaults_test.service' has its dependencies injected. |
| ServicesDefaultsTest::testDefaultTags | function | core/ |
Tests that default tags for 'services_defaults_test.service' are applied. |
| ServicesDefaultsTest::testPrivateServices | function | core/ |
Tests that service from 'services_defaults_test.service' is private. |
| services_defaults_test.info.yml | file | core/ |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.info.yml |
| services_defaults_test.services.yml | file | core/ |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
| services_default_test.no_autowire | service | core/ |
Drupal\services_defaults_test\TestService |
| services_default_test.no_autowire.arg | service | core/ |
Drupal\services_defaults_test\TestInjection |
| 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::handle | function | core/ |
|
| Session::initializePersistentSession | function | core/ |
Initializes a session backed by persistent store and puts it on the request. |
| 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 install. |
| 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/ |
Pagination
- Previous page
- Page 1157
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.