ControlsText.php in Views Slideshow 8.4
File
src/Plugin/ViewsSlideshowWidget/ControlsText.phpView 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 {
}
Classes
Name | Description |
---|---|
ControlsText | Provides some controls in text format. |