Primary tabs

Introduction to services

A "service" (such as accessing the database, sending email, or translating user interface text) can be defined by a module or Drupal core. Defining a service means giving it a name and designating a default class to provide the service; ideally, there should also be an interface that defines the methods that may be called. Services are collected into the Dependency Injection Container, and can be overridden to use different classes or different instantiation by modules. See the Services and Dependency Injection Container topic for details.

Some services have tags, which are defined in the service definition. Tags are used to define a group of related services, or to specify some aspect of how the service behaves. See the Service Tags topic for more information.

See also

Services and Dependency Injection Container

Service Tags

Namesort descending File Class Tags
file.mime_type.guesser core/core.services.yml Drupal\Core\File\MimeType\MimeTypeGuesser service_collector
file.mime_type.guesser.extension core/core.services.yml Drupal\Core\File\MimeType\ExtensionMimeTypeGuesser mime_type_guesser
file.recursive_validator core/modules/file/file.services.yml Symfony\Component\Validator\Validator\ValidatorInterface
file.recursive_validator_factory core/modules/file/file.services.yml Drupal\file\Validation\RecursiveValidatorFactory
file.repository core/modules/file/file.services.yml Drupal\file\FileRepository
file.upload_handler core/modules/file/file.services.yml Drupal\file\Upload\FileUploadHandler
file.usage core/modules/file/file.services.yml Drupal\file\FileUsage\DatabaseFileUsageBackend backend_overridable
file.validator core/modules/file/file.services.yml Drupal\file\Validation\FileValidator
file_system core/core.services.yml Drupal\Core\File\FileSystem
file_url_generator core/core.services.yml Drupal\Core\File\FileUrlGenerator
file_validation_sanitization_subscriber core/modules/file/tests/modules/file_validator_test/file_validator_test.services.yml Drupal\file_validator_test\EventSubscriber\FileSanitizationEventSubscriber
file_validation_test_subscriber core/modules/file/tests/modules/file_validator_test/file_validator_test.services.yml Drupal\file_validator_test\EventSubscriber\FileValidationTestSubscriber
filter.uninstall_validator core/modules/filter/filter.services.yml Drupal\filter\FilterUninstallValidator module_install.uninstall_validator
finish_response_subscriber core/core.services.yml Drupal\Core\EventSubscriber\FinishResponseSubscriber
flood core/core.services.yml Drupal\Core\Flood\DatabaseBackend backend_overridable
form_ajax_response_builder core/core.services.yml Drupal\Core\Form\FormAjaxResponseBuilder
form_ajax_subscriber core/core.services.yml Drupal\Core\Form\EventSubscriber\FormAjaxSubscriber
form_builder core/core.services.yml Drupal\Core\Form\FormBuilder
form_cache core/core.services.yml Drupal\Core\Form\FormCache
form_error_handler core/core.services.yml Drupal\Core\Form\FormErrorHandler
form_submitter core/core.services.yml Drupal\Core\Form\FormSubmitter
form_test.event_subscriber core/modules/system/tests/modules/form_test/form_test.services.yml Drupal\form_test\EventSubscriber\FormTestEventSubscriber
form_test.form.service_form core/modules/system/tests/modules/form_test/form_test.services.yml Drupal\form_test\FormTestServiceObject
form_test.http_middleware core/modules/system/tests/modules/form_test/form_test.services.yml Drupal\form_test\StackMiddleware\FormTestMiddleware http_middleware
form_validator core/core.services.yml Drupal\Core\Form\FormValidator
forum.breadcrumb.listing core/modules/forum/forum.services.yml Drupal\forum\Breadcrumb\ForumListingBreadcrumbBuilder breadcrumb_builder
forum.breadcrumb.node core/modules/forum/forum.services.yml Drupal\forum\Breadcrumb\ForumNodeBreadcrumbBuilder breadcrumb_builder
forum.index_storage core/modules/forum/forum.services.yml Drupal\forum\ForumIndexStorage backend_overridable
forum.uninstall_validator core/modules/forum/forum.services.yml Drupal\forum\ForumUninstallValidator module_install.uninstall_validator
forum_manager core/modules/forum/forum.services.yml Drupal\forum\ForumManager backend_overridable
forum_url_alter_test.path_processor core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml Drupal\forum_url_alter_test\PathProcessorTest path_processor_inbound, path_processor_outbound
GuzzleHttp\ClientInterface core/core.services.yml
GuzzleHttp\HandlerStack core/core.services.yml
help.breadcrumb core/modules/help/help.services.yml Drupal\help\HelpBreadcrumbBuilder breadcrumb_builder
help.twig.loader core/modules/help/help.services.yml Drupal\help\HelpTopicTwigLoader twig.loader
help_test_twig.extension core/modules/help/tests/modules/help_topics_twig_tester/help_topics_twig_tester.services.yml Drupal\help_topics_twig_tester\HelpTestTwigExtension twig.extension
help_twig.extension core/modules/help/help.services.yml Drupal\help\HelpTwigExtension twig.extension
hold_test.response core/modules/system/tests/modules/hold_test/hold_test.services.yml Drupal\hold_test\EventSubscriber\HoldTestSubscriber
html_response.attachments_processor core/core.services.yml Drupal\Core\Render\HtmlResponseAttachmentsProcessor
html_response.attachments_processor.big_pipe core/modules/big_pipe/big_pipe.services.yml \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor
html_response.big_pipe_subscriber core/modules/big_pipe/big_pipe.services.yml Drupal\big_pipe\EventSubscriber\HtmlResponseBigPipeSubscriber
html_response.placeholder_strategy_subscriber core/core.services.yml Drupal\Core\EventSubscriber\HtmlResponsePlaceholderStrategySubscriber
html_response.subscriber core/core.services.yml Drupal\Core\EventSubscriber\HtmlResponseSubscriber
http_client core/core.services.yml GuzzleHttp\Client
http_client.advisory_feed_test core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.services.yml Drupal\advisory_feed_test\AdvisoryTestClientMiddleware http_client_middleware
http_client_factory core/core.services.yml Drupal\Core\Http\ClientFactory
http_handler_stack core/core.services.yml GuzzleHttp\HandlerStack
http_handler_stack_configurator core/core.services.yml Drupal\Core\Http\HandlerStackConfigurator service_id_collector
http_kernel core/core.services.yml Drupal\Core\StackMiddleware\StackedHttpKernel
http_kernel.basic core/core.services.yml Symfony\Component\HttpKernel\HttpKernel

Pages

Other projects