Skip to content

Instantly share code, notes, and snippets.

@kevinquillen
Created February 18, 2025 20:22
Show Gist options
  • Save kevinquillen/111a707265807a2165289b933a9da0b6 to your computer and use it in GitHub Desktop.
Save kevinquillen/111a707265807a2165289b933a9da0b6 to your computer and use it in GitHub Desktop.
Non autowire service definition.
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