You are here

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

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

Sets image url.

Parameters

mixed $image_url: Image url.

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

File

src/LearningPathContent.php, line 190

Class

LearningPathContent
Class LearningPathContent.

Namespace

Drupal\opigno_learning_path

Code

public function setImageUrl($image_url) {
  $this->imageUrl = $image_url;
}