You are here

function photoswipe_drush_help in PhotoSwipe 8

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

Implements hook_drush_help().

File

drush/photoswipe.drush.inc, line 38
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.');
  }
}