You are here

public function drupal::get_help in Video 6.4

Same name and namespace in other branches
  1. 6.5 filesystem/drupal.inc \drupal::get_help()

Interface Implementations

Overrides filesystem_interface::get_help

See also

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

File

filesystem/drupal.inc, line 32

Class

drupal

Code

public function get_help() {
  return l(t('Drupal file system'), 'admin/settings/file-system');
}