You are here

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

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

Sets image alt.

Parameters

mixed $image_alt: Image alt.

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

File

src/LearningPathContent.php, line 210

Class

LearningPathContent
Class LearningPathContent.

Namespace

Drupal\opigno_learning_path

Code

public function setImageAlt($image_alt) {
  $this->imageAlt = $image_alt;
}