bootstrap3-1.0.1/src/Plugin/Preprocess/ViewsViewTable.php
src/Plugin/Preprocess/ViewsViewTable.php
<?php
namespace Drupal\bootstrap3\Plugin\Preprocess;
/**
* Pre-processes variables for the "views_view_table" theme hook.
*
* @ingroup plugins_preprocess
*
* @BootstrapPreprocess("views_view_table")
*/
class ViewsViewTable extends Table {}
