You are here

public function ViewsSlideshowWidgetTypeInterface::checkCompatiblity in Views Slideshow 8.4

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);