Add entity_type.manager alias to services
This commit is contained in:
parent
899c896455
commit
d5e210109d
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
services:
|
services:
|
||||||
|
Drupal\Core\Entity\EntityTypeManagerInterface:
|
||||||
|
alias: entity_type.manager
|
||||||
|
|
||||||
Drupal\autowire_example\Service\UserCounter:
|
Drupal\autowire_example\Service\UserCounter:
|
||||||
autowire: true
|
autowire: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue