Same name and namespace in other branches
  1. 8.x-1.x exif.drush.inc \exif_drush_help() 1 commentaire
  2. 8.x-2.x exif.drush.inc \exif_drush_help() 1 commentaire

Implements hook_drush_help().

Fichier

./exif.drush.inc, line 28

Code

function exif_drush_help($section) {
    switch ($section) {
        case 'drush:exif-list':
            return dt('list content type where exif is enabled.');
        case 'drush:exif-update':
            return dt('Update all nodes where exif is enabled.');
    }
}