Same name and namespace in other branches
  1. 5.0.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 in src/ViewsSlideshowWidgetBase.php
Check if the widget is compatible with the current view configuration.

File

src/ViewsSlideshowWidgetInterface.php, line 21

Class

ViewsSlideshowWidgetInterface
Provides an interface for a Views slideshow widget.

Namespace

Drupal\views_slideshow

Code

public function checkCompatiblity($view);