You are here

function socialbase_theme_suggestions_alter in Open Social 8.2

Same name and namespace in other branches
  1. 8 themes/socialbase/socialbase.theme \socialbase_theme_suggestions_alter()
  2. 8.3 themes/socialbase/socialbase.theme \socialbase_theme_suggestions_alter()

Implements hook_theme_suggestions_alter().

File

themes/socialbase/socialbase.theme, line 22
The primary PHP file for the Social base theme.

Code

function socialbase_theme_suggestions_alter(&$data, &$context1 = NULL, &$context2 = NULL) {
  Bootstrap::alter(__FUNCTION__, $data, $context1, $context2);
}