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