Mercurial > hg > isophonics-drupal-site
comparison modules/contrib/views_slideshow/src/Plugin/ViewsSlideshowWidget/PagerBullets.php @ 5:c69a71b4f40f
Add slideshow module
author | Chris Cannam |
---|---|
date | Thu, 07 Dec 2017 14:46:23 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4:8948ab6c87d2 | 5:c69a71b4f40f |
---|---|
1 <?php | |
2 | |
3 namespace Drupal\views_slideshow\Plugin\ViewsSlideshowWidget; | |
4 | |
5 use Drupal\Core\Form\FormStateInterface; | |
6 use Drupal\views_slideshow\ViewsSlideshowWidgetBase; | |
7 | |
8 /** | |
9 * Provides a pager using bullets. | |
10 * | |
11 * @ViewsSlideshowWidget( | |
12 * id = "views_slideshow_pager_bullets", | |
13 * type = "views_slideshow_pager", | |
14 * label = @Translation("Bullets"), | |
15 * ) | |
16 */ | |
17 class PagerBullets extends ViewsSlideshowWidgetBase { | |
18 } |