Version 1
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / Preprocess / ViewsViewTable.php
1 <?php
2 /**
3  * @file
4  * Contains \Drupal\bootstrap\Plugin\Preprocess\ViewsViewTable.
5  */
6
7 namespace Drupal\bootstrap\Plugin\Preprocess;
8
9 use Drupal\bootstrap\Annotation\BootstrapPreprocess;
10
11 /**
12  * Pre-processes variables for the "views_view_table" theme hook.
13  *
14  * @ingroup plugins_preprocess
15  *
16  * @BootstrapPreprocess("views_view_table")
17  */
18 class ViewsViewTable extends Table {}