Same name in other branches
- 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
- class \Drupal\views_slideshow\ViewsSlideshowWidgetBase extends \Drupal\Component\Plugin\PluginBase implements \Drupal\views_slideshow\ViewsSlideshowWidgetInterface uses \Drupal\Core\StringTranslation\StringTranslationTrait
- class \Drupal\views_slideshow\Plugin\ViewsSlideshowWidget\ControlsText extends \Drupal\views_slideshow\ViewsSlideshowWidgetBase
Expanded class hierarchy of ControlsText
Fichier
-
src/
Plugin/ ViewsSlideshowWidget/ ControlsText.php, line 16
Namespace
Drupal\views_slideshow\Plugin\ViewsSlideshowWidgetView source
class ControlsText extends ViewsSlideshowWidgetBase {
}