Oliver Davies
7e3324b77f
Use the `ArticleRepository` within `BlogPageController` to load and retrieve article nodes.
7 lines
148 B
YAML
7 lines
148 B
YAML
services:
|
|
Drupal\my_module\Controller\BlogPageController:
|
|
autowire: true
|
|
|
|
Drupal\my_module\Repository\ArticleRepository:
|
|
autowire: true
|