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