function fullcalendar_drush_help in FullCalendar 6
Same name and namespace in other branches
- 6.2 includes/fullcalendar.drush.inc \fullcalendar_drush_help()
- 7.2 includes/fullcalendar.drush.inc \fullcalendar_drush_help()
- 7 fullcalendar.drush.inc \fullcalendar_drush_help()
Implementation of hook_drush_help().
File
- ./
fullcalendar.drush.inc, line 34 - Drush integration for FullCalendar.
Code
function fullcalendar_drush_help($section) {
switch ($section) {
case 'drush:fullcalendar-plugin':
return dt("Downloads the FullCalendar plugin from arshaw.com, default location is sites/all/libraries.");
}
}