workshop-drupal-automated-t.../web/modules/custom/my_module
Oliver Davies dcace271a2 4f: Build up the getAll() method
Inject the entity type manager service into the ArticleRepository, and
use it to load and return all nodes.

This fails as not enough arguments are passed to the article repository
service from the container.
2020-03-25 12:31:28 +00:00
..
src 4f: Build up the getAll() method 2020-03-25 12:31:28 +00:00
tests/src 4d: Add the ArticleRepository 2020-03-25 12:31:28 +00:00
my_module.info.yml 1b: Add my_module.info.yml 2020-03-25 12:31:28 +00:00
my_module.routing.yml 3b: Add blog page route 2020-03-25 12:31:28 +00:00
my_module.services.yml 4d: Add the ArticleRepository 2020-03-25 12:31:28 +00:00