Enable the auto-configuration of service and repository classes, including support for classes in subdirectories by using `getRelativePathname()` rather than `getFilename()` and making some additional changes to the result. References #347
11 lines
271 B
YAML
11 lines
271 B
YAML
services:
|
|
Drupal\Component\Datetime\TimeInterface:
|
|
alias: datetime.time
|
|
|
|
Drupal\Core\Entity\EntityTypeManagerInterface:
|
|
alias: entity_type.manager
|
|
|
|
Drupal\opdavies_talks\EventSubscriber\UpdateTalkNodeBeforeSave:
|
|
tags:
|
|
- { name: event_subscriber }
|