You are here

public function CarouselItem::setImageAlt in bootstrap simple carousel 8

Set image alt.

File

src/Entity/CarouselItem.php, line 100

Class

CarouselItem
Defines the carousel item entity class.

Namespace

Drupal\bootstrap_simple_carousel\Entity

Code

public function setImageAlt(string $imageAlt) {
  return $this
    ->setValue('image_alt', $imageAlt);
}