public function CarouselItem::getImageLink in bootstrap simple carousel 8
Return image link.
File
- src/
Entity/ CarouselItem.php, line 121
Class
- CarouselItem
- Defines the carousel item entity class.
Namespace
Drupal\bootstrap_simple_carousel\EntityCode
public function getImageLink() {
return $this
->getValue('image_link');
}