You are here

public function PeriodEntityInterface::getStartDate in Recurring Time Period 8

Gets the start date/time.

Return value

\Drupal\Core\Datetime\DrupalDateTime The start date/time.

File

src/Entity/PeriodEntityInterface.php, line 20

Class

PeriodEntityInterface
Interface for entities that represent a time period.

Namespace

Drupal\recurring_period\Entity

Code

public function getStartDate();