You are here

function og_theme in Organic groups 8

Same name and namespace in other branches
  1. 5.8 og.module \og_theme()
  2. 5 og.module \og_theme()
  3. 5.2 og.module \og_theme()
  4. 5.3 og.module \og_theme()
  5. 5.7 og.module \og_theme()
  6. 6.2 og.module \og_theme()
  7. 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,
      ],
    ],
  ];
}