You are here

function easychart_drush_help in Easychart 8.3

Same name and namespace in other branches
  1. 7.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 26
Easychart drush functions.

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/daemth/easychart, location is in /libraries.');
  }
}