You are here

CarouselItemInterface.php in bootstrap simple carousel 8

File

src/CarouselItemInterface.php
View source
<?php

namespace Drupal\bootstrap_simple_carousel;

use Drupal\Core\Entity\EntityInterface;

/**
 * Carousel item entity interface.
 */
interface CarouselItemInterface extends EntityInterface {

}

Interfaces

Namesort descending Description
CarouselItemInterface Carousel item entity interface.