Same name in other branches
- 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 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_slideshowCode
public function checkCompatiblity($view);