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

Provides an interface for a Views slideshow widget.

Hierarchy

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

Expanded class hierarchy of ViewsSlideshowWidgetInterface

All classes that implement ViewsSlideshowWidgetInterface

File

src/ViewsSlideshowWidgetInterface.php, line 13

Namespace

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

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ViewsSlideshowWidgetInterface::checkCompatiblity public function Check if the widget is compatible with the current view configuration. 1