oliverdavies.uk/modules/opd_presentations/opd_presentations.services.yml

7 lines
303 B
YAML
Raw Normal View History

2025-06-09 00:51:41 +01:00
services:
2025-06-21 12:52:11 +01:00
Drupal\opd_presentations\CountGivenPresentations:
2025-06-14 22:10:24 +01:00
autowire: true
2025-06-16 22:17:33 +01:00
Drupal\opd_presentations\Repository\PresentationNodeRepository:
autowire: true
Drupal\opd_presentations\Repository\PresentationRepositoryInterface: '@Drupal\opd_presentations\Repository\PresentationNodeRepository'