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

Provides an interface for a Views slideshow widget type.

Hierarchy

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

Expanded class hierarchy of ViewsSlideshowWidgetTypeInterface

All classes that implement ViewsSlideshowWidgetTypeInterface

File

src/ViewsSlideshowWidgetTypeInterface.php, line 13

Namespace

Drupal\views_slideshow
View source
interface ViewsSlideshowWidgetTypeInterface extends PluginInspectionInterface, ConfigurableInterface, PluginFormInterface, DependentPluginInterface {
    
    /**
     * Check if the widget type is compatible with the selected slideshow.
     *
     * @return bool
     *   TRUE if the widget type is compatible with the slideshow.
     */
    public function checkCompatiblity($slideshow);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ViewsSlideshowWidgetTypeInterface::checkCompatiblity public function Check if the widget type is compatible with the selected slideshow. 1