You are here

ViewsSlideshowTypeInterface.php in Views Slideshow 8.4

File

src/ViewsSlideshowTypeInterface.php
View source
<?php

namespace Drupal\views_slideshow;

use Drupal\Component\Plugin\ConfigurableInterface;
use Drupal\Component\Plugin\DependentPluginInterface;
use Drupal\Component\Plugin\PluginInspectionInterface;
use Drupal\Core\Plugin\PluginFormInterface;

/**
 * Provides an interface for Views slideshow types.
 */
interface ViewsSlideshowTypeInterface extends PluginInspectionInterface, ConfigurableInterface, PluginFormInterface, DependentPluginInterface {

}

Interfaces

Namesort descending Description
ViewsSlideshowTypeInterface Provides an interface for Views slideshow types.