Services - 10.3.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 900

Title File name Summary All service tags
plugin.manager.display_variant core/core.services.yml Drupal\Core\Display\VariantManager
plugin.manager.editor core/modules/editor/editor.services.yml Drupal\editor\Plugin\EditorManager
plugin.manager.element_info core/core.services.yml Drupal\Core\Render\ElementInfoManager
plugin.manager.entity_reference_selection core/core.services.yml Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager
plugin.manager.field.field_type core/core.services.yml Drupal\Core\Field\FieldTypePluginManager
plugin.manager.field.field_type_category core/core.services.yml \Drupal\Core\Field\FieldTypeCategoryManager
plugin.manager.field.formatter core/core.services.yml Drupal\Core\Field\FormatterPluginManager
plugin.manager.field.widget core/core.services.yml Drupal\Core\Field\WidgetPluginManager
plugin.manager.filter core/modules/filter/filter.services.yml Drupal\filter\FilterPluginManager
plugin.manager.help_section core/modules/help/help.services.yml Drupal\help\HelpSectionManager plugin_manager_cache_clear
plugin.manager.help_topic core/modules/help/help.services.yml Drupal\help\HelpTopicPluginManager
plugin.manager.image.effect core/modules/image/image.services.yml Drupal\image\ImageEffectManager
plugin.manager.language_negotiation_method core/modules/language/language.services.yml Drupal\language\LanguageNegotiationMethodManager
plugin.manager.layout_builder.section_storage core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\SectionStorage\SectionStorageManager
plugin.manager.lazy_route_provider_install_test core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml \Drupal\lazy_route_provider_install_test\PluginManager
plugin.manager.link_relation_type core/core.services.yml \Drupal\Core\Http\LinkRelationTypeManager
plugin.manager.mail core/core.services.yml Drupal\Core\Mail\MailManager
plugin.manager.media.source core/modules/media/media.services.yml Drupal\media\MediaSourceManager
plugin.manager.menu.contextual_link core/core.services.yml Drupal\Core\Menu\ContextualLinkManager
plugin.manager.menu.link core/core.services.yml Drupal\Core\Menu\MenuLinkManager
plugin.manager.menu.local_action core/core.services.yml Drupal\Core\Menu\LocalActionManager
plugin.manager.menu.local_task core/core.services.yml Drupal\Core\Menu\LocalTaskManager
plugin.manager.migrate.destination core/modules/migrate/migrate.services.yml Drupal\migrate\Plugin\MigrateDestinationPluginManager
plugin.manager.migrate.field core/modules/migrate_drupal/migrate_drupal.services.yml Drupal\migrate_drupal\Plugin\MigrateFieldPluginManager
plugin.manager.migrate.id_map core/modules/migrate/migrate.services.yml Drupal\migrate\Plugin\MigratePluginManager
plugin.manager.migrate.process core/modules/migrate/migrate.services.yml Drupal\migrate\Plugin\MigratePluginManager
plugin.manager.migrate.source core/modules/migrate/migrate.services.yml Drupal\migrate\Plugin\MigrateSourcePluginManager
plugin.manager.migration core/modules/migrate/migrate.services.yml Drupal\migrate\Plugin\MigrationPluginManager
plugin.manager.module_test.cache_clear_test core/modules/system/tests/modules/module_test/module_test.services.yml Drupal\module_test\PluginManagerCacheClearer plugin_manager_cache_clear
plugin.manager.queue_worker core/core.services.yml Drupal\Core\Queue\QueueWorkerManager
plugin.manager.rest core/modules/rest/rest.services.yml Drupal\rest\Plugin\Type\ResourcePluginManager
plugin.manager.sdc core/core.services.yml Drupal\Core\Theme\ComponentPluginManager
plugin.manager.search core/modules/search/search.services.yml Drupal\search\SearchPluginManager
plugin.manager.tour.tip core/modules/tour/tour.services.yml Drupal\tour\TipPluginManager
plugin.manager.views.access core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
plugin.manager.views.area core/modules/views/views.services.yml Drupal\views\Plugin\ViewsHandlerManager
plugin.manager.views.argument core/modules/views/views.services.yml Drupal\views\Plugin\ViewsHandlerManager
plugin.manager.views.argument_default core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
plugin.manager.views.argument_validator core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
plugin.manager.views.cache core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
plugin.manager.views.display core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
plugin.manager.views.display_extender core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
plugin.manager.views.exposed_form core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
plugin.manager.views.field core/modules/views/views.services.yml Drupal\views\Plugin\ViewsHandlerManager
plugin.manager.views.filter core/modules/views/views.services.yml Drupal\views\Plugin\ViewsHandlerManager
plugin.manager.views.join core/modules/views/views.services.yml Drupal\views\Plugin\ViewsHandlerManager
plugin.manager.views.pager core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
plugin.manager.views.query core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
plugin.manager.views.relationship core/modules/views/views.services.yml Drupal\views\Plugin\ViewsHandlerManager
plugin.manager.views.row core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager

Other projects


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