ViewsViewTable.php in Express 8
Namespace
Drupal\bootstrap\Plugin\PreprocessFile
themes/contrib/bootstrap/src/Plugin/Preprocess/ViewsViewTable.phpView source
<?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 {
}
Classes
Name | Description |
---|---|
ViewsViewTable | Pre-processes variables for the "views_view_table" theme hook. |