You are here

public function OpignoGroupContent::getGroupContentTypeId in Opigno group manager 8

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

Returns entity content type ID.

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

File

src/OpignoGroupContent.php, line 160

Class

OpignoGroupContent
Class OpignoGroupContent.

Namespace

Drupal\opigno_group_manager

Code

public function getGroupContentTypeId() {
  return $this->groupContentTypeId;
}