You are here

public function ILT::getTrainerId in Opigno Instructor-led Trainings 3.x

Same name and namespace in other branches
  1. 8 src/Entity/ILT.php \Drupal\opigno_ilt\Entity\ILT::getTrainerId()

File

src/Entity/ILT.php, line 158

Class

ILT
Defines the ILT entity.

Namespace

Drupal\opigno_ilt\Entity

Code

public function getTrainerId() {
  return $this
    ->get('trainer')->target_id;
}