4e: Add getAll() method
This commit is contained in:
parent
f194015f30
commit
f38f21fdc8
2 changed files with 5 additions and 0 deletions
|
@ -4,4 +4,8 @@ namespace Drupal\my_module\Repository;
|
|||
|
||||
class ArticleRepository {
|
||||
|
||||
public function getAll(): array {
|
||||
return [];
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue