public function LearningPathContent::getImageAlt in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/LearningPathContent.php \Drupal\opigno_learning_path\LearningPathContent::getImageAlt()
Returns image alt.
Return value
mixed Image alt.
1 call to LearningPathContent::getImageAlt()
- LearningPathContent::toManagerArray in src/
LearningPathContent.php - Returns LP content properties array to manager.
File
- src/
LearningPathContent.php, line 200
Class
- LearningPathContent
- Class LearningPathContent.
Namespace
Drupal\opigno_learning_pathCode
public function getImageAlt() {
return $this->imageAlt;
}