You are here

public function OpignoGroupContent::setEntityId in Opigno group manager 8

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

Sets entity ID.

1 call to OpignoGroupContent::setEntityId()
OpignoGroupContent::__construct in src/OpignoGroupContent.php
OpignoGroupContent constructor.

File

src/OpignoGroupContent.php, line 133

Class

OpignoGroupContent
Class OpignoGroupContent.

Namespace

Drupal\opigno_group_manager

Code

public function setEntityId($entity_id) {
  $this->entityId = $entity_id;
}