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

Check if the widget type is compatible with the selected slideshow.

Return value

bool TRUE if the widget type is compatible with the slideshow.

1 method overrides ViewsSlideshowWidgetTypeInterface::checkCompatiblity()
ViewsSlideshowWidgetTypeBase::checkCompatiblity in src/ViewsSlideshowWidgetTypeBase.php
Check if the widget type is compatible with the selected slideshow.

File

src/ViewsSlideshowWidgetTypeInterface.php, line 21

Class

ViewsSlideshowWidgetTypeInterface
Provides an interface for a Views slideshow widget type.

Namespace

Drupal\views_slideshow

Code

public function checkCompatiblity($slideshow);