| ServiceProviderTestServiceProvider |
class |
core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php |
Service provider for service provider testing module. |
| ServiceProviderTestServiceProvider.php |
file |
core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php |
|
| ServiceProviderTestServiceProvider::alter |
function |
core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php |
Modifies existing service definitions. |
| ServiceProviderWebTest |
class |
core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php |
Tests service provider registration to the DIC. |
| ServiceProviderWebTest |
class |
core/modules/system/tests/src/Kernel/ServiceProvider/ServiceProviderWebTest.php |
Tests service provider registration to the DIC. |
| ServiceProviderWebTest.php |
file |
core/modules/system/tests/src/Kernel/ServiceProvider/ServiceProviderWebTest.php |
|
| ServiceProviderWebTest.php |
file |
core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php |
|
| ServiceProviderWebTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php |
The theme to install as the default for testing. |
| ServiceProviderWebTest::$modules |
property |
core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php |
Modules to install. |
| ServiceProviderWebTest::$modules |
property |
core/modules/system/tests/src/Kernel/ServiceProvider/ServiceProviderWebTest.php |
Modules to install. |
| ServiceProviderWebTest::testServiceProviderRegistrationIntegration |
function |
core/modules/system/tests/src/Kernel/ServiceProvider/ServiceProviderWebTest.php |
Tests that module service providers get registered to the DIC. |
| ServiceProviderWebTest::testServiceProviderRegistrationIntegration |
function |
core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php |
Tests that module service providers get registered to the DIC. |
| ServicesDefaultsTest |
class |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests services _defaults definition. |
| ServicesDefaultsTest.php |
file |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
|
| ServicesDefaultsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Modules to install. |
| ServicesDefaultsTest::testAutowiring |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that 'services_defaults_test.service' has its dependencies injected. |
| ServicesDefaultsTest::testDefaultTags |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that default tags for 'services_defaults_test.service' are applied. |
| ServicesDefaultsTest::testPrivateServices |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that service from 'services_defaults_test.service' is private. |
| ServicesTest |
class |
core/modules/package_manager/tests/src/Kernel/ServicesTest.php |
Tests that Package Manager services are wired correctly. |
| ServicesTest.php |
file |
core/modules/package_manager/tests/src/Kernel/ServicesTest.php |
|
| ServicesTest::$modules |
property |
core/modules/package_manager/tests/src/Kernel/ServicesTest.php |
Modules to install. |
| ServicesTest::testPackageManagerServices |
function |
core/modules/package_manager/tests/src/Kernel/ServicesTest.php |
Tests that Package Manager's public services can be instantiated. |
| services_defaults_test.info.yml |
file |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.info.yml |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.info.yml |
| services_defaults_test.services.yml |
file |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
| services_default_test.no_autowire |
service |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
Drupal\services_defaults_test\TestService |
| services_default_test.no_autowire.arg |
service |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
Drupal\services_defaults_test\TestInjection |
| service_provider_test.info.yml |
file |
core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml |
core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml |
| service_provider_test.services.yml |
file |
core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml |
core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml |
| service_provider_test_class |
service |
core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml |
Drupal\service_provider_test\TestClass |
| service_provider_test_class_1 |
service |
core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml |
|
| service_provider_test_class_2 |
service |
core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml |
|
| service_provider_test_class_3 |
service |
core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml |
|
| service_provider_test_class_4 |
service |
core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml |
|
| service_provider_test_class_5 |
service |
core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml |
|
| service_provider_test_class_6 |
service |
core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml |
|
| SessionAuthenticationTest |
class |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
Tests if sessions are correctly handled when a user authenticates. |
| SessionAuthenticationTest.php |
file |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
|
| SessionAuthenticationTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
The theme to install as the default for testing. |
| SessionAuthenticationTest::$modules |
property |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
Modules to install. |
| SessionAuthenticationTest::$user |
property |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
A test user. |
| SessionAuthenticationTest::assertSessionData |
function |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
Checks the session data returned by the session test routes. |
| SessionAuthenticationTest::setUp |
function |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
|
| SessionAuthenticationTest::testBasicAuthNoSession |
function |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
Tests that a session is not started automatically by basic authentication. |
| SessionAuthenticationTest::testBasicAuthSession |
function |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
Tests if a session can be initiated through basic authentication. |
| SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak |
function |
core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php |
Check that a basic authentication session does not leak. |
| SessionCacheContextTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php |
Tests Drupal\Core\Cache\Context\SessionCacheContext. |
| SessionCacheContextTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php |
|
| SessionCacheContextTest::$request |
property |
core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php |
The request. |
| SessionCacheContextTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php |
The request stack. |
| SessionCacheContextTest::$session |
property |
core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php |
The session object. |