Same name and namespace in other branches
  1. 8.x-4.x src/Plugin/ViewsSlideshowWidgetType/Counter.php \Drupal\views_slideshow\Plugin\ViewsSlideshowWidgetType\Counter

Provides a counter widget type.

Plugin annotation


@ViewsSlideshowWidgetType(
  id = "views_slideshow_slide_counter",
  label = @Translation("Slide counter"),
  accepts = {
    "transitionBegin" = {"required" = TRUE},
    "goToSlide",
    "previousSlide",
    "nextSlide"
  },
  calls = {}
)

Hierarchy

Expanded class hierarchy of Counter

File

src/Plugin/ViewsSlideshowWidgetType/Counter.php, line 22

Namespace

Drupal\views_slideshow\Plugin\ViewsSlideshowWidgetType
View source
class Counter extends ViewsSlideshowWidgetTypeBase {

}