public function PeriodEntityInterface::getDuration in Recurring Time Period 8
Gets the duration of the period, in seconds.
Return value
int The duration.
File
- src/
Entity/ PeriodEntityInterface.php, line 35
Class
- PeriodEntityInterface
- Interface for entities that represent a time period.
Namespace
Drupal\recurring_period\EntityCode
public function getDuration();