Same name in other branches
- 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 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);