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