You are here

public function OpignoGroupContent::setImageAlt in Opigno group manager 3.x

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

Sets image alt.

Parameters

mixed $image_alt: Image alt.

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

File

src/OpignoGroupContent.php, line 204

Class

OpignoGroupContent
Class OpignoGroupContent.

Namespace

Drupal\opigno_group_manager

Code

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