drupal-autowire-example/autowire_example.services.yml
2019-01-09 23:44:43 +00:00

10 lines
233 B
YAML

services:
Drupal\Core\Entity\EntityTypeManagerInterface:
alias: entity_type.manager
Drupal\autowire_example\Controller\ExampleController:
autowire: true
Drupal\autowire_example\Service\UserCounter:
autowire: true