public function OpignoGroupContent::getEntityType in Opigno group manager 8
Same name and namespace in other branches
- 3.x src/OpignoGroupContent.php \Drupal\opigno_group_manager\OpignoGroupContent::getEntityType()
Returns entity type.
Return value
string Entity type.
File
- src/
OpignoGroupContent.php, line 109
Class
- OpignoGroupContent
- Class OpignoGroupContent.
Namespace
Drupal\opigno_group_managerCode
public function getEntityType() {
return $this->entityType;
}