You are here

function fullcalendar_drush_help in FullCalendar 6.2

Same name and namespace in other branches
  1. 6 fullcalendar.drush.inc \fullcalendar_drush_help()
  2. 7.2 includes/fullcalendar.drush.inc \fullcalendar_drush_help()
  3. 7 fullcalendar.drush.inc \fullcalendar_drush_help()

Implementation of hook_drush_help().

File

includes/fullcalendar.drush.inc, line 33
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.");
  }
}