Same name and namespace in other branches
  1. 5.0.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 dans src/ViewsSlideshowWidgetTypeBase.php
Check if the widget type is compatible with the selected slideshow.

Fichier

src/ViewsSlideshowWidgetTypeInterface.php, line 21

Classe

ViewsSlideshowWidgetTypeInterface
Provides an interface for a Views slideshow widget type.

Namespace

Drupal\views_slideshow

Code

public function checkCompatiblity($slideshow);