You are here

public function video_zencoder::get_help in Video 7

Same name and namespace in other branches
  1. 6.5 plugins/video_zencoder/transcoders/video_zencoder.inc \video_zencoder::get_help()
  2. 6.4 plugins/video_zencoder/transcoders/video_zencoder.inc \video_zencoder::get_help()

Interface Implementations

Overrides transcoder_interface::get_help

See also

sites/all/modules/video/includes/transcoder_interface#get_help()

File

modules/video_zencoder/transcoders/video_zencoder.inc, line 131

Class

video_zencoder

Code

public function get_help() {
  $help = l(t('Zencoder'), 'http://zencoder.com/');
  return $help;
}