Same filename and directory in other branches
- 5.0.x src/ViewsSlideshowWidgetTypeInterface.php
Namespace
Drupal\views_slideshow
Fichier
-
src/ViewsSlideshowWidgetTypeInterface.php
View source
<?php
namespace Drupal\views_slideshow;
use Drupal\Component\Plugin\ConfigurableInterface;
use Drupal\Component\Plugin\DependentPluginInterface;
use Drupal\Component\Plugin\PluginInspectionInterface;
use Drupal\Core\Plugin\PluginFormInterface;
interface ViewsSlideshowWidgetTypeInterface extends PluginInspectionInterface, ConfigurableInterface, PluginFormInterface, DependentPluginInterface {
public function checkCompatiblity($slideshow);
}
Interfaces