.. include:: /Includes.rst.txt .. index:: Extension development; Configuration/Services.yaml Path; EXT:{extkey}/Configuration/Services.yaml .. _extension-configuration-services-yaml: ================================ :file:`Services.yaml` ================================ Services can be configured in this file. TYPO3 uses it for: * :ref:`Dependency Injection ` * :ref:`Event Listeners ` * Command Controllers (see :doc:`Feature: #89139 - Add dependency injection support for console commands `) * :ref:`Registering a widget with the dashboard ` .. include:: /CodeSnippets/Manual/Extension/Configuration/ServicesYaml.rst.txt