You are here

function photoswipe_drush_help in PhotoSwipe 3.x

Same name and namespace in other branches
  1. 8.2 drush/photoswipe.drush.inc \photoswipe_drush_help()
  2. 8 drush/photoswipe.drush.inc \photoswipe_drush_help()
  3. 7.2 drush/photoswipe.drush.inc \photoswipe_drush_help()

Implements hook_drush_help().

File

drush/photoswipe.drush.inc, line 40
Drush integration for PhotoSwipe.

Code

function photoswipe_drush_help($section) {
  switch ($section) {
    case 'drush:photoswipe-plugin':
      return dt('Download and install the PhotoSwipe plugin from GitHub, default location is /libraries.');
  }
}