public function ViewsSlideshowWidgetBase::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.
Overrides ViewsSlideshowWidgetInterface::checkCompatiblity
1 method overrides ViewsSlideshowWidgetBase::checkCompatiblity()
- PagerFields::checkCompatiblity in src/
Plugin/ ViewsSlideshowWidget/ PagerFields.php - Check if the widget is compatible with the current view configuration.
File
- src/
ViewsSlideshowWidgetBase.php, line 84
Class
- ViewsSlideshowWidgetBase
- Provides basic functionality for Views slideshow widgets.
Namespace
Drupal\views_slideshowCode
public function checkCompatiblity($view) {
return TRUE;
}