comparison modules/contrib/views_slideshow/src/Plugin/ViewsSlideshowWidget/ControlsText.php @ 5:c69a71b4f40f

Add slideshow module
author Chris Cannam
date Thu, 07 Dec 2017 14:46:23 +0000
parents
children
comparison
equal deleted inserted replaced
4:8948ab6c87d2 5:c69a71b4f40f
1 <?php
2
3 namespace Drupal\views_slideshow\Plugin\ViewsSlideshowWidget;
4
5 use Drupal\views_slideshow\ViewsSlideshowWidgetBase;
6
7 /**
8 * Provides some controls in text format.
9 *
10 * @ViewsSlideshowWidget(
11 * id = "views_slideshow_controls_text",
12 * type = "views_slideshow_controls",
13 * label = @Translation("Text"),
14 * )
15 */
16 class ControlsText extends ViewsSlideshowWidgetBase {
17 }