You are here

function kaltura_help in Kaltura 7.2

Same name and namespace in other branches
  1. 5 kaltura.module \kaltura_help()
  2. 6 kaltura.module \kaltura_help()
  3. 7.3 kaltura.module \kaltura_help()

Implements hook_help().

TODO: all help stuff throughout the module requires a complete overhaul, for now it is completely useless.

File

./kaltura.module, line 726
Kaltura integration module - core functions.

Code

function kaltura_help($path, $arg) {
  switch ($path) {
    case 'admin/help#kaltura':
      return kaltura_get_help_html('general');
  }
}