You are here

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

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

Returns the ILT place.

Return value

string|null The ILT place, or NULL in case place field has not been set on the entity.

1 method overrides ILTInterface::getPlace()
ILT::getPlace in src/Entity/ILT.php
Returns the ILT place.

File

src/ILTInterface.php, line 80

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function getPlace();