public function ILTInterface::getEndDate in Opigno Instructor-led Trainings 8
Same name and namespace in other branches
- 3.x src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::getEndDate()
Returns the entity's end date.
Return value
string The end 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::getEndDate()
- ILT::getEndDate in src/
Entity/ ILT.php - Returns the entity's end date.
File
- src/
ILTInterface.php, line 49
Class
- ILTInterface
- Provides an interface defining a ILT entity.
Namespace
Drupal\opigno_iltCode
public function getEndDate();