2019-01-09 14:13:07 +00:00
|
|
|
services:
|
2019-01-09 23:39:35 +00:00
|
|
|
Drupal\Core\Entity\EntityTypeManagerInterface:
|
|
|
|
alias: entity_type.manager
|
|
|
|
|
2019-01-09 23:44:43 +00:00
|
|
|
Drupal\autowire_example\Controller\ExampleController:
|
2019-01-09 14:13:07 +00:00
|
|
|
autowire: true
|
|
|
|
|
2019-01-09 23:44:43 +00:00
|
|
|
Drupal\autowire_example\Service\UserCounter:
|
2019-01-09 14:13:07 +00:00
|
|
|
autowire: true
|