atdc/web/modules/custom/example
Oliver Davies 75b17fd565 Add lesson 4
- Add initial `PostNodeRepository`
- Move logic to Repository
- Inject `EntityTypeManagerInterface`
- Add `PostNodeRepositoryTest`
- Add failing test method
- Failing test: non-existent service
- The "node" entity type does not exist.
- Create posts
- Add assertions based on the `created` date
- Sort nodes before returning them
- Return values to reset array keys
2024-01-14 09:37:02 +00:00
..
src Add lesson 4 2024-01-14 09:37:02 +00:00
tests/src Add lesson 4 2024-01-14 09:37:02 +00:00
example.info.yml Add lesson 3 2024-01-09 01:18:45 +00:00
example.routing.yml Add lesson 3 2024-01-09 01:18:45 +00:00
example.services.yml Add lesson 4 2024-01-14 09:37:02 +00:00