Same filename in other branches
Namespace
Drupal\views_slideshow\Plugin\ViewsSlideshowWidgetFichier
-
src/
Plugin/ ViewsSlideshowWidget/ ControlsText.php
View 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
Titre | Deprecated | Résumé |
---|---|---|
ControlsText | Provides some controls in text format. |