Services - 8.9.x - drupal

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

File

core/core.api.php, line 893

Title File name Summary All service tags
node.node_route_context core/modules/node/node.services.yml Drupal\node\ContextProvider\NodeRouteContext context_provider
node.page_cache_response_policy.deny_node_preview core/modules/node/node.services.yml Drupal\node\PageCache\DenyNodePreview page_cache_response_policy
node.route_subscriber core/modules/node/node.services.yml Drupal\node\Routing\RouteSubscriber event_subscriber
node_preview core/modules/node/node.services.yml Drupal\node\ParamConverter\NodePreviewConverter paramconverter
options_request_listener core/core.services.yml Drupal\Core\EventSubscriber\OptionsRequestSubscriber event_subscriber
pager.manager core/core.services.yml Drupal\Core\Pager\PagerManager
pager.parameters core/core.services.yml Drupal\Core\Pager\PagerParameters
page_cache_kill_switch core/core.services.yml Drupal\Core\PageCache\ResponsePolicy\KillSwitch page_cache_response_policy, dynamic_page_cache_response_policy
page_cache_no_cache_routes core/core.services.yml Drupal\Core\PageCache\ResponsePolicy\DenyNoCacheRoutes page_cache_response_policy, dynamic_page_cache_response_policy
page_cache_no_server_error core/core.services.yml Drupal\Core\PageCache\ResponsePolicy\NoServerError page_cache_response_policy, dynamic_page_cache_response_policy
page_cache_request_policy core/core.services.yml Drupal\Core\PageCache\DefaultRequestPolicy service_collector
page_cache_response_policy core/core.services.yml Drupal\Core\PageCache\ChainResponsePolicy service_collector
paramconverter.configentity_admin core/core.services.yml Drupal\Core\ParamConverter\AdminPathConfigEntityConverter paramconverter
paramconverter.entity core/core.services.yml Drupal\Core\ParamConverter\EntityConverter paramconverter
paramconverter.entity_revision core/core.services.yml Drupal\Core\ParamConverter\EntityRevisionParamConverter paramconverter
paramconverter.jsonapi.entity_uuid core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\ParamConverter\EntityUuidConverter paramconverter
paramconverter.jsonapi.resource_type core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\ParamConverter\ResourceTypeConverter paramconverter
paramconverter.latest_revision core/modules/content_moderation/content_moderation.services.yml Drupal\content_moderation\ParamConverter\EntityRevisionConverter paramconverter
paramconverter.menu_link core/core.services.yml Drupal\Core\ParamConverter\MenuLinkPluginConverter paramconverter
paramconverter.views_ui core/modules/views_ui/views_ui.services.yml Drupal\views_ui\ParamConverter\ViewUIConverter paramconverter
paramconverter_manager core/core.services.yml Drupal\Core\ParamConverter\ParamConverterManager service_collector
paramconverter_subscriber core/core.services.yml Drupal\Core\EventSubscriber\ParamConverterSubscriber event_subscriber
password core/core.services.yml Drupal\Core\Password\PhpassHashedPassword
password core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml Drupal\Core\Password\PhpassHashedPassword
path.alias_manager core/core.services.yml Drupal\Core\Path\AliasManager
path.alias_storage core/core.services.yml Drupal\Core\Path\AliasStorage backend_overridable
path.alias_whitelist core/core.services.yml Alias of path_alias.whitelist
path.current core/core.services.yml Drupal\Core\Path\CurrentPathStack
path.matcher core/core.services.yml Drupal\Core\Path\PathMatcher
path.route_processor_bc core/modules/path/path.services.yml Drupal\path\Routing\RouteProcessor route_processor_outbound
path.route_subscriber_bc core/modules/path/path.services.yml Drupal\path\Routing\RouteSubscriber event_subscriber
path.validator core/core.services.yml Drupal\Core\Path\PathValidator
path_alias.manager core/modules/path_alias/path_alias.services.yml Drupal\path_alias\AliasManager
path_alias.path_processor core/modules/path_alias/path_alias.services.yml Drupal\path_alias\PathProcessor\AliasPathProcessor path_processor_inbound, path_processor_outbound
path_alias.repository core/modules/path_alias/path_alias.services.yml Drupal\path_alias\AliasRepository backend_overridable
path_alias.subscriber core/modules/path_alias/path_alias.services.yml Drupal\path_alias\EventSubscriber\PathAliasSubscriber event_subscriber
path_alias.whitelist core/modules/path_alias/path_alias.services.yml Drupal\path_alias\AliasWhitelist needs_destruction
path_alias_deprecated_test.path.alias_manager core/modules/path_alias/tests/modules/path_alias_deprecated_test/path_alias_deprecated_test.services.yml Drupal\path_alias_deprecated_test\AliasManagerDecorator
path_processor.files core/modules/system/system.services.yml Drupal\system\PathProcessor\PathProcessorFiles path_processor_inbound
path_processor.image_styles core/modules/image/image.services.yml Drupal\image\PathProcessor\PathProcessorImageStyles path_processor_inbound
path_processor_alias core/core.services.yml Drupal\Core\PathProcessor\PathProcessorAlias
path_processor_decode core/core.services.yml Drupal\Core\PathProcessor\PathProcessorDecode path_processor_inbound
path_processor_front core/core.services.yml Drupal\Core\PathProcessor\PathProcessorFront path_processor_inbound, path_processor_outbound
path_processor_manager core/core.services.yml Drupal\Core\PathProcessor\PathProcessorManager service_collector
path_subscriber core/core.services.yml Drupal\Core\EventSubscriber\PathSubscriber
pgsql.entity.query.sql core/core.services.yml Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory
pgsql.views.date_sql core/modules/views/views.services.yml Drupal\views\Plugin\views\query\PostgresqlDateSql
pgsql.workspaces.entity.query.sql core/modules/workspaces/workspaces.services.yml Drupal\workspaces\EntityQuery\PgsqlQueryFactory
placeholder_strategy core/core.services.yml Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy service_collector
placeholder_strategy.big_pipe core/modules/big_pipe/big_pipe.services.yml Drupal\big_pipe\Render\Placeholder\BigPipeStrategy placeholder_strategy

Other projects


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