ViewsSlideshowTypeInterface.php in Views Slideshow 8.4
Namespace
Drupal\views_slideshowFile
src/ViewsSlideshowTypeInterface.phpView 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
Name | Description |
---|---|
ViewsSlideshowTypeInterface | Provides an interface for Views slideshow types. |