Refactor
This commit is contained in:
parent
cddb3af518
commit
f08fb4cd67
5 changed files with 50 additions and 14 deletions
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Drupal\opd_presentations\Repository;
|
||||
|
||||
interface PresentationRepositoryInterface {
|
||||
|
||||
/**
|
||||
* @return Presentation[]
|
||||
*/
|
||||
public function getPublished(): array;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue