You are here

public function ILTInterface::getStartDate in Opigno Instructor-led Trainings 3.x

Same name and namespace in other branches
  1. 8 src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::getStartDate()

Returns the entity's start date.

Return value

string The start date string in the 'Y-m-d H:i:s' format, or NULL in case the date range field has not been set on the entity.

1 method overrides ILTInterface::getStartDate()
ILT::getStartDate in src/Entity/ILT.php
Returns the entity's start date.

File

src/ILTInterface.php, line 40

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function getStartDate();