You are here

public function CarouselItem::getWeight in bootstrap simple carousel 8

Return weight.

File

src/Entity/CarouselItem.php, line 163

Class

CarouselItem
Defines the carousel item entity class.

Namespace

Drupal\bootstrap_simple_carousel\Entity

Code

public function getWeight() {
  return $this
    ->getValue('weight');
}