Mercurial > hg > isophonics-drupal-site
annotate modules/contrib/views_slideshow/src/Plugin/ViewsSlideshowWidget/ControlsText.php @ 19:fa3358dc1485 tip
Add ndrum files
| author | Chris Cannam |
|---|---|
| date | Wed, 28 Aug 2019 13:14:47 +0100 |
| parents | c69a71b4f40f |
| children |
| rev | line source |
|---|---|
| Chris@5 | 1 <?php |
| Chris@5 | 2 |
| Chris@5 | 3 namespace Drupal\views_slideshow\Plugin\ViewsSlideshowWidget; |
| Chris@5 | 4 |
| Chris@5 | 5 use Drupal\views_slideshow\ViewsSlideshowWidgetBase; |
| Chris@5 | 6 |
| Chris@5 | 7 /** |
| Chris@5 | 8 * Provides some controls in text format. |
| Chris@5 | 9 * |
| Chris@5 | 10 * @ViewsSlideshowWidget( |
| Chris@5 | 11 * id = "views_slideshow_controls_text", |
| Chris@5 | 12 * type = "views_slideshow_controls", |
| Chris@5 | 13 * label = @Translation("Text"), |
| Chris@5 | 14 * ) |
| Chris@5 | 15 */ |
| Chris@5 | 16 class ControlsText extends ViewsSlideshowWidgetBase { |
| Chris@5 | 17 } |
