You are here

function rocket_chat_group_theme in Rocket.Chat 8.2

Implements hook_theme().

Parameters

$existing:

$type:

$theme:

$path:

Return value

\array[][]

File

modules/rocket_chat_group/rocket_chat_group.module, line 73

Code

function rocket_chat_group_theme($existing, $type, $theme, $path) {
  return moduleHelper::themeRocketChannelBLock($existing, $type, $theme, $path);
}