view modules/contrib/views_slideshow/src/Plugin/ViewsSlideshowWidget/ControlsText.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents c69a71b4f40f
children
line wrap: on
line source
<?php

namespace Drupal\views_slideshow\Plugin\ViewsSlideshowWidget;

use Drupal\views_slideshow\ViewsSlideshowWidgetBase;

/**
 * Provides some controls in text format.
 *
 * @ViewsSlideshowWidget(
 *   id = "views_slideshow_controls_text",
 *   type = "views_slideshow_controls",
 *   label = @Translation("Text"),
 * )
 */
class ControlsText extends ViewsSlideshowWidgetBase {
}