public function OpignoGroupContent::setGroupContentTypeId in Opigno group manager 8
Same name and namespace in other branches
- 3.x src/OpignoGroupContent.php \Drupal\opigno_group_manager\OpignoGroupContent::setGroupContentTypeId()
Sets entity content type ID.
Parameters
mixed $group_content_type_id: Entity content type ID.
1 call to OpignoGroupContent::setGroupContentTypeId()
- OpignoGroupContent::__construct in src/
OpignoGroupContent.php - OpignoGroupContent constructor.
File
- src/
OpignoGroupContent.php, line 170
Class
- OpignoGroupContent
- Class OpignoGroupContent.
Namespace
Drupal\opigno_group_managerCode
public function setGroupContentTypeId($group_content_type_id) {
$this->groupContentTypeId = $group_content_type_id;
}