You are here

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

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

Returns the related ILT results.

Return value

array|null The related ILT results, or NULL in case there are no results.

1 method overrides ILTInterface::getResultsIds()
ILT::getResultsIds in src/Entity/ILT.php
Returns the related ILT results.

File

src/ILTInterface.php, line 126

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function getResultsIds();