Same filename and directory in other branches
  1. 8.x-4.x src/ViewsSlideshowTypeInterface.php

Namespace

Drupal\views_slideshow

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

Title Deprecated Summary
ViewsSlideshowTypeInterface Provides an interface for Views slideshow types.