You are here

SocialBaseTable.php in Open Social 8.2

File

themes/socialbase/src/Plugin/Preprocess/SocialBaseTable.php
View source
<?php

namespace Drupal\socialbase\Plugin\Preprocess;


/**
 * Pre-processes variables for the "table" theme hook.
 *
 * @ingroup plugins_preprocess
 * @deprecated
 * @see \Drupal\socialbase\Plugin\Preprocess\Table
 */
class SocialBaseTable extends Table {

}

Classes

Namesort descending Description
SocialBaseTable Pre-processes variables for the "table" theme hook.