You are here

ViewsViewTable.php in Express 8

File

themes/contrib/bootstrap/src/Plugin/Preprocess/ViewsViewTable.php
View 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

Namesort descending Description
ViewsViewTable Pre-processes variables for the "views_view_table" theme hook.