You are here

public function OpignoGroupContent::getTitle in Opigno group manager 8

Same name and namespace in other branches
  1. 3.x src/OpignoGroupContent.php \Drupal\opigno_group_manager\OpignoGroupContent::getTitle()

Returns entity title.

Return value

string Entity title.

1 call to OpignoGroupContent::getTitle()
OpignoGroupContent::toManagerArray in src/OpignoGroupContent.php
Returns OpignoGroupContent params.

File

src/OpignoGroupContent.php, line 143

Class

OpignoGroupContent
Class OpignoGroupContent.

Namespace

Drupal\opigno_group_manager

Code

public function getTitle() {
  return $this->title;
}