You are here

function scheduled_updates_help_text in Scheduled Updates 8

1 call to scheduled_updates_help_text()
scheduled_updates_help in ./scheduled_updates.module
Implements hook_help().

File

./scheduled_updates.module, line 47
Contains scheduled_updates.module..

Code

function scheduled_updates_help_text($section) {
  $file_path = drupal_get_path('module', 'scheduled_updates') . '/docs/' . $section . '.html';
  return file_get_contents($file_path);
}