interface ViewsSlideshowWidgetInterface in Views Slideshow 8.4
Provides an interface for a Views slideshow widget.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Component\Plugin\ConfigurableInterface; interface \Drupal\Core\Plugin\PluginFormInterface; interface \Drupal\Component\Plugin\DependentPluginInterface
- interface \Drupal\views_slideshow\ViewsSlideshowWidgetInterface
Expanded class hierarchy of ViewsSlideshowWidgetInterface
All classes that implement ViewsSlideshowWidgetInterface
File
- src/
ViewsSlideshowWidgetInterface.php, line 13
Namespace
Drupal\views_slideshowView source
interface ViewsSlideshowWidgetInterface extends PluginInspectionInterface, ConfigurableInterface, PluginFormInterface, DependentPluginInterface {
/**
* Check if the widget is compatible with the current view configuration.
*
* @return bool
* TRUE if the widget is compatible with the view.
*/
public function checkCompatiblity($view);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigurableInterface:: |
public | function | Gets default configuration for this plugin. | 11 |
ConfigurableInterface:: |
public | function | Gets this plugin's configuration. | 12 |
ConfigurableInterface:: |
public | function | Sets the configuration for this plugin instance. | 12 |
DependentPluginInterface:: |
public | function | Calculates dependencies for the configured plugin. | 19 |
PluginFormInterface:: |
public | function | Form constructor. | 36 |
PluginFormInterface:: |
public | function | Form submission handler. | 32 |
PluginFormInterface:: |
public | function | Form validation handler. | 18 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |
ViewsSlideshowWidgetInterface:: |
public | function | Check if the widget is compatible with the current view configuration. | 1 |