You are here

function node_kaltura_mix_theme in Kaltura 6.2

Same name and namespace in other branches
  1. 5 plugins/node_kaltura_mix/node_kaltura_mix.module \node_kaltura_mix_theme()
  2. 6 plugins/node_kaltura_mix/node_kaltura_mix.module \node_kaltura_mix_theme()

File

plugins/node_kaltura_mix/node_kaltura_mix.module, line 736

Code

function node_kaltura_mix_theme() {
  $themes = array(
    'node_kaltura_mix_tags' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
    'node_kaltura_mix_admin_tags' => array(
      'arguments' => array(
        'themeParams' => NULL,
      ),
    ),
    'node_kaltura_mix_entryId' => array(
      'arguments' => array(
        'themeParams' => NULL,
      ),
    ),
    'node_kaltura_mix_thumbnail_url' => array(
      'arguments' => array(
        'themeParams' => NULL,
        'teaser' => NULL,
      ),
    ),
  );
  return $themes;
}