public function LearningPathContent::__toString in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/LearningPathContent.php \Drupal\opigno_learning_path\LearningPathContent::__toString()
File
- src/
LearningPathContent.php, line 33
Class
- LearningPathContent
- Class LearningPathContent.
Namespace
Drupal\opigno_learning_pathCode
public function __toString() {
return implode('.', [
self::class,
$this->entityType,
$this->entityId,
]);
}