You are here

public function OpignoGroupManagedContent::getEntityId in Opigno group manager 3.x

Same name and namespace in other branches
  1. 8 src/Entity/OpignoGroupManagedContent.php \Drupal\opigno_group_manager\Entity\OpignoGroupManagedContent::getEntityId()

Returns entity ID.

Return value

int The drupal entity ID.

1 call to OpignoGroupManagedContent::getEntityId()
OpignoGroupManagedContent::getSuccessfulRequiredActvities in src/Entity/OpignoGroupManagedContent.php
Returns successful required activities array.

File

src/Entity/OpignoGroupManagedContent.php, line 159

Class

OpignoGroupManagedContent
Defines the Opigno Group Content entity.

Namespace

Drupal\opigno_group_manager\Entity

Code

public function getEntityId() {
  return $this
    ->get('entity_id')->value;
}