You are here

public function ILTInterface::setTitle in Opigno Instructor-led Trainings 8

Same name and namespace in other branches
  1. 3.x src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::setTitle()

Sets the ILT title.

Parameters

string $title: The ILT title.

Return value

$this

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

File

src/ILTInterface.php, line 31

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function setTitle($title);