express-8.x-1.x-dev/themes/contrib/bootstrap/src/Plugin/Preprocess/ViewsViewTable.php
themes/contrib/bootstrap/src/Plugin/Preprocess/ViewsViewTable.php
<?php
/**
* @file
* Contains \Drupal\bootstrap\Plugin\Preprocess\ViewsViewTable.
*/
namespace Drupal\bootstrap\Plugin\Preprocess;
use Drupal\bootstrap\Annotation\BootstrapPreprocess;
/**
* Pre-processes variables for the "views_view_table" theme hook.
*
* @ingroup plugins_preprocess
*
* @BootstrapPreprocess("views_view_table")
*/
class ViewsViewTable extends Table {}
