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

Check if the widget is compatible with the current view configuration.

Return value

bool TRUE if the widget is compatible with the view.

1 method overrides ViewsSlideshowWidgetInterface::checkCompatiblity()
ViewsSlideshowWidgetBase::checkCompatiblity dans src/ViewsSlideshowWidgetBase.php
Check if the widget is compatible with the current view configuration.

Fichier

src/ViewsSlideshowWidgetInterface.php, line 21

Classe

ViewsSlideshowWidgetInterface
Provides an interface for a Views slideshow widget.

Namespace

Drupal\views_slideshow

Code

public function checkCompatiblity($view);