Same name and namespace in other branches
  1. 8.x-4.x src/ViewsSlideshowTypeInterface.php \Drupal\views_slideshow\ViewsSlideshowTypeInterface

Provides an interface for Views slideshow types.

Hierarchy

  • interface \Drupal\views_slideshow\ViewsSlideshowTypeInterface extends \Drupal\Component\Plugin\PluginInspectionInterface \Drupal\Component\Plugin\ConfigurableInterface \Drupal\Core\Plugin\PluginFormInterface \Drupal\Component\Plugin\DependentPluginInterface

Expanded class hierarchy of ViewsSlideshowTypeInterface

All classes that implement ViewsSlideshowTypeInterface

File

src/ViewsSlideshowTypeInterface.php, line 13

Namespace

Drupal\views_slideshow
View source
interface ViewsSlideshowTypeInterface extends PluginInspectionInterface, ConfigurableInterface, PluginFormInterface, DependentPluginInterface {

}