Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
ServerCommand::start function core/lib/Drupal/Core/Command/ServerCommand.php Starts up a webserver with a running Drupal.
ServerCommand::__construct function core/lib/Drupal/Core/Command/ServerCommand.php Constructs a new ServerCommand command.
ServerEndpointController class core/modules/system/tests/modules/sdc_test/src/Controller/ServerEndpointController.php An endpoint to serve a component during tests.
ServerEndpointController.php file core/modules/system/tests/modules/sdc_test/src/Controller/ServerEndpointController.php
ServerEndpointController::renderArray function core/modules/system/tests/modules/sdc_test/src/Controller/ServerEndpointController.php Render an arbitrary render array.
Service class core/modules/system/tests/modules/new_dependency_test/src/Service.php A service that can decorated itself.
Service Tags group core/core.api.php Service tags overview
Service.php file core/modules/system/tests/modules/new_dependency_test/src/Service.php
Service::$inner property core/modules/system/tests/modules/new_dependency_test/src/Service.php The decorated service.
Service::isDecorated function core/modules/system/tests/modules/new_dependency_test/src/Service.php Determines if the service is decorated.
Service::__construct function core/modules/system/tests/modules/new_dependency_test/src/Service.php Service constructor.
ServiceClassDefault class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
ServiceClassDriverTestMysql class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
ServiceClassMariaDb class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
ServiceClassMysql class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
ServiceClassSqlite class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
ServiceDependencyStreamWrapper class core/modules/system/tests/modules/stream_wrapper_service_test/src/StreamWrapper/ServiceDependencyStreamWrapper.php A stream wrapper that depends on a service.
ServiceDependencyStreamWrapper.php file core/modules/system/tests/modules/stream_wrapper_service_test/src/StreamWrapper/ServiceDependencyStreamWrapper.php
ServiceDependencyStreamWrapper::$streamWrapperManager property core/modules/system/tests/modules/stream_wrapper_service_test/src/StreamWrapper/ServiceDependencyStreamWrapper.php A service loaded from the global container in the constructor.
ServiceDependencyStreamWrapper::__construct function core/modules/system/tests/modules/stream_wrapper_service_test/src/StreamWrapper/ServiceDependencyStreamWrapper.php
ServiceDeprecationTest class core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php Test whether deprecation notices are triggered via \Drupal::service().
ServiceDeprecationTest.php file core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php
ServiceDeprecationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php
ServiceDeprecationTest::$modules property core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php
ServiceDeprecationTest::testGetDeprecated function core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php Tests get deprecated.
ServiceDeprecationTest::testGetDeprecatedAlias function core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php Tests get deprecated service via the alias.
ServiceDeprecationTest::testNoDeprecations function core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php Tests just installing the module does not trigger deprecation notices.
ServiceDestructionTest class core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php Tests that services are correctly destructed.
ServiceDestructionTest.php file core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php
ServiceDestructionTest::testDestructableServicesOrder function core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php Tests destructable services order.
ServiceDestructionTest::testDestructionUnused function core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php Verifies that services are not unnecessarily destructed when not used.
ServiceDestructionTest::testDestructionUsed function core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php Verifies that services are destructed when used.
ServiceModifierInterface interface core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php Interface that service providers can implement to modify services.
ServiceModifierInterface.php file core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php
ServiceModifierInterface::alter function core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php Modifies existing service definitions.
ServiceProviderBase class core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php Base service provider implementation.
ServiceProviderBase.php file core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php
ServiceProviderBase::alter function core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php
ServiceProviderBase::register function core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php
ServiceProviderInterface interface core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php Interface that all service providers must implement.
ServiceProviderInterface.php file core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php
ServiceProviderInterface::register function core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php Registers services to the container.
ServiceProviderTest class core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Tests service provider registration to the DIC.
ServiceProviderTest.php file core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php
ServiceProviderTest::$modules property core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php
ServiceProviderTest::register function core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php
ServiceProviderTest::testServiceProviderRegistration function core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Tests that services provided by module service providers get registered to the DIC.
ServiceProviderTest::testServiceProviderRegistrationDynamic function core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Tests that the DIC keeps up with module enable/disable in the same request.
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

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