Same name and namespace in other branches
  1. 8.x-1.x exif.module \exif_help() 1 comment
  2. 8.x-2.x exif.module \exif_help() 1 comment

Implements hook_help().

File

./exif.module, line 50

Code

function exif_help($path, $arg) {
    include_once drupal_get_path('module', 'exif') . '/exif.admin.inc';
    switch ($path) {
        case 'admin/help#exif':
        case 'admin/help/exif':
            return exif_admin_settings();
    }
}