You are here

public function CarouselItem::getCaptionText in bootstrap simple carousel 8

Return caption text.

File

src/Entity/CarouselItem.php, line 149

Class

CarouselItem
Defines the carousel item entity class.

Namespace

Drupal\bootstrap_simple_carousel\Entity

Code

public function getCaptionText() {
  return $this
    ->getValue('caption_text');
}