function og_theme in Organic groups 8
Same name and namespace in other branches
- 5.8 og.module \og_theme()
- 5 og.module \og_theme()
- 5.2 og.module \og_theme()
- 5.3 og.module \og_theme()
- 5.7 og.module \og_theme()
- 6.2 og.module \og_theme()
- 6 og.module \og_theme()
Implements hook_theme().
File
- ./
og.module, line 314
Code
function og_theme($existing, $type, $theme, $path) {
return [
'og_member_count' => [
'variables' => [
'count' => 0,
'membership_states' => [],
'group' => NULL,
'group_label' => NULL,
],
],
];
}