SocialBaseTable.php in Open Social 8
Same filename and directory in other branches
- 8.9 themes/socialbase/src/Plugin/Preprocess/SocialBaseTable.php
- 8.2 themes/socialbase/src/Plugin/Preprocess/SocialBaseTable.php
- 8.3 themes/socialbase/src/Plugin/Preprocess/SocialBaseTable.php
- 8.4 themes/socialbase/src/Plugin/Preprocess/SocialBaseTable.php
- 8.5 themes/socialbase/src/Plugin/Preprocess/SocialBaseTable.php
- 8.6 themes/socialbase/src/Plugin/Preprocess/SocialBaseTable.php
- 8.7 themes/socialbase/src/Plugin/Preprocess/SocialBaseTable.php
- 8.8 themes/socialbase/src/Plugin/Preprocess/SocialBaseTable.php
Namespace
Drupal\socialbase\Plugin\PreprocessFile
themes/socialbase/src/Plugin/Preprocess/SocialBaseTable.phpView 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
Name | Description |
---|---|
SocialBaseTable | Pre-processes variables for the "table" theme hook. |