You are here

public function OpignoGroupContent::getEntityId in Opigno group manager 8

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

Returns entity ID.

Return value

string Entity ID.

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

File

src/OpignoGroupContent.php, line 126

Class

OpignoGroupContent
Class OpignoGroupContent.

Namespace

Drupal\opigno_group_manager

Code

public function getEntityId() {
  return $this->entityId;
}