You are here

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

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

Sets the ILT place.

Parameters

string $place: The ILT place.

Return value

$this

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

File

src/ILTInterface.php, line 90

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function setPlace($place);