public function drupal::get_help in Video 6.5
Same name and namespace in other branches
- 6.4 filesystem/drupal.inc \drupal::get_help()
Overrides video_plugin::get_help
File
- filesystem/
drupal.inc, line 25 - Definition of drupal.
Class
Code
public function get_help() {
return l(t('Drupal file system'), 'admin/settings/file-system');
}