Created
February 18, 2025 20:22
-
-
Save kevinquillen/111a707265807a2165289b933a9da0b6 to your computer and use it in GitHub Desktop.
Non autowire service definition.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
mymodule.api_client_factory: | |
class: Drupal\mymodule\Factory\ApiClientFactory | |
arguments: ['@http_client_factory', '@domain.negotiator', '@config.factory', '@logger.factory'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment