Project

General

Profile

Actions

Feature #98912

closed

Possibility for a global Services.[yaml|php] file

Added by Chris Müller over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2022-10-25
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

It would be great to have the possibility to define services in a global Services.yaml and/or Services.php file independent of extensions (for example stored in "config/Services.yaml" or "config/Services.php".

Currently, I have the following scenario:
- Use a clock interface (stella-maris/clock)
- Use a clock implementation (lcobucci/clock)

The interface is used as type hint in constructors for DI. To get this working I have to define the clock interface as an alias for the implementation in my local extension. When I want to use it in separate local extensions I have to put it into the sitepackage extension.

But: Then I have to load the sitepackage extension as dependency in functional test cases (which then has different other dependencies). This also breaks up the isolation of the test case.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #98316: Allow custom services.yaml per installationClosedBenni Mack2022-09-09

Actions
Actions

Also available in: Atom PDF