public function ViewsSlideshowWidgetInterface::checkCompatiblity in Views Slideshow 8.4
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_slideshowCode
public function checkCompatiblity($view);