This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
drupal-testing-lightning-talk/web/modules/custom/my_module/my_module.services.yml
Oliver Davies 7e3324b77f feat(blog): use the article repository
Use the `ArticleRepository` within `BlogPageController` to load and
retrieve article nodes.
2023-08-08 13:41:11 +01:00

7 lines
148 B
YAML

services:
Drupal\my_module\Controller\BlogPageController:
autowire: true
Drupal\my_module\Repository\ArticleRepository:
autowire: true