You are here

function easychart_drush_help in Easychart 7.3

Same name and namespace in other branches
  1. 8.3 drush/easychart.drush.inc \easychart_drush_help()
  2. 7.2 drush/easychart.drush.inc \easychart_drush_help()

Implements hook_drush_help().

File

drush/easychart.drush.inc, line 25

Code

function easychart_drush_help($section) {
  switch ($section) {
    case 'drush:easychart-plugin':
      return dt('Download and install the Highcharts javascript library and the Easychart plugin from github.com/bestuurszaken/easychart, default location is sites/all/libraries.');
  }
}