2021-01-13 23:10:38 +00:00
|
|
|
parameters:
|
|
|
|
container.autowiring.strict_mode: true
|
|
|
|
|
2020-08-24 08:26:44 +00:00
|
|
|
services:
|
2021-01-13 23:10:38 +00:00
|
|
|
Drupal\Core\Config\ConfigFactoryInterface:
|
|
|
|
alias: config.factory
|
|
|
|
|
|
|
|
Drupal\Core\Entity\EntityTypeManagerInterface:
|
|
|
|
alias: entity_type.manager
|
|
|
|
|
|
|
|
Drupal\Core\Queue\QueueFactory:
|
|
|
|
alias: queue
|
|
|
|
|
|
|
|
GuzzleHttp\ClientInterface:
|
|
|
|
alias: http_client
|