Same filename and directory in other branches
  1. 8.x-4.x src/Plugin/ViewsSlideshowWidget/ControlsText.php

Namespace

Drupal\views_slideshow\Plugin\ViewsSlideshowWidget

Fichier

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.