You are here

public function LearningPathContent::setEntityId in Opigno Learning path 3.x

Same name and namespace in other branches
  1. 8 src/LearningPathContent.php \Drupal\opigno_learning_path\LearningPathContent::setEntityId()

Sets entity ID.

Parameters

string $entity_id: Entity ID.

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

File

src/LearningPathContent.php, line 130

Class

LearningPathContent
Class LearningPathContent.

Namespace

Drupal\opigno_learning_path

Code

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