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
This commit is contained in:
parent
5121502d7f
commit
75b17fd565
4 changed files with 101 additions and 2 deletions
4
web/modules/custom/example/example.services.yml
Normal file
4
web/modules/custom/example/example.services.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
services:
|
||||
Drupal\example\Repository\PostNodeRepository:
|
||||
arguments:
|
||||
- '@entity_type.manager'
|
Loading…
Add table
Add a link
Reference in a new issue