Commit graph

5 commits

Author SHA1 Message Date
Oliver Davies 4dbb334a6f 4f: Use node storage within getAll() 2020-11-14 10:09:38 +00:00
Oliver Davies f38f21fdc8 4e: Add getAll() method 2020-11-14 10:09:38 +00:00
Oliver Davies 699122e83a 4d: Create the ArticleRepository 2020-11-14 10:09:38 +00:00
Oliver Davies 9484d924a1 3e: Add page text
Replace the empty render array with one that returns the expected text.
2020-11-14 10:09:38 +00:00
Oliver Davies 4583075a3e 3d: Add BlogPageController
Add the BlogPageController that is referenced within
`my_module.routing.yml`.

We will need to return a render array, but for now let’s return an empty
array.

The test now passes as we are getting the expected response code.
2020-11-14 10:09:38 +00:00