function chosen_lib_drush_help in Chosen 3.0.x
Same name and namespace in other branches
- 8.2 modules/chosen_lib/drush/chosen_lib.drush.inc \chosen_lib_drush_help()
Implements hook_drush_help().
File
- modules/
chosen_lib/ drush/ chosen_lib.drush.inc, line 37 - Drush integration for chosen.
Code
function chosen_lib_drush_help($section) {
switch ($section) {
case 'drush:chosen-plugin':
return dt('Download and install the Chosen plugin from https://harvesthq.github.com/chosen, default location is /libraries.');
}
}