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

Provides some controls in text format.

Plugin annotation


@ViewsSlideshowWidget(
  id = "views_slideshow_controls_text",
  type = "views_slideshow_controls",
  label = @Translation("Text"),
)

Hierarchy

Expanded class hierarchy of ControlsText

Fichier

src/Plugin/ViewsSlideshowWidget/ControlsText.php, line 16

Namespace

Drupal\views_slideshow\Plugin\ViewsSlideshowWidget
View source
class ControlsText extends ViewsSlideshowWidgetBase {

}