16 lines
322 B
YAML
16 lines
322 B
YAML
parameters:
|
|
container.autowiring.strict_mode: true
|
|
|
|
services:
|
|
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
|