You are here

function searchindex_wipe_drush_help in Search Index Wipe 8

Same name and namespace in other branches
  1. 7 searchindex_wipe.drush.inc \searchindex_wipe_drush_help()

Implements hook_drush_help().

File

./searchindex_wipe.drush.inc, line 11
Drush related functions.

Code

function searchindex_wipe_drush_help($section) {
  switch ($section) {
    case 'meta:searchindex_wipe:title':
      return dt('Search Index wipe commands');
    case 'meta:cache:summary':
      return dt('Wipes Search module generated index.');
  }
}