Add initial PresentationCounter logic
This commit is contained in:
parent
bf8017c477
commit
1fe63e7326
4 changed files with 69 additions and 0 deletions
13
modules/opd_presentations/src/PresentationCounter.php
Normal file
13
modules/opd_presentations/src/PresentationCounter.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Drupal\opd_presentations;
|
||||
|
||||
final class PresentationCounter {
|
||||
|
||||
public function getCount(): int {
|
||||
return 1;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue