public function OpignoGroupContent::setTitle in Opigno group manager 8
Same name and namespace in other branches
- 3.x src/OpignoGroupContent.php \Drupal\opigno_group_manager\OpignoGroupContent::setTitle()
Sets entity title.
Parameters
string $entity_title: Entity title.
1 call to OpignoGroupContent::setTitle()
- OpignoGroupContent::__construct in src/
OpignoGroupContent.php - OpignoGroupContent constructor.
File
- src/
OpignoGroupContent.php, line 153
Class
- OpignoGroupContent
- Class OpignoGroupContent.
Namespace
Drupal\opigno_group_managerCode
public function setTitle($entity_title) {
$this->title = $entity_title;
}