You are here

public function CarouselItem::setImageLink in bootstrap simple carousel 8

Set image link.

File

src/Entity/CarouselItem.php, line 128

Class

CarouselItem
Defines the carousel item entity class.

Namespace

Drupal\bootstrap_simple_carousel\Entity

Code

public function setImageLink(string $imageLink) {
  return $this
    ->setValue('image_link', $imageLink);
}