You are here

function site_data_drush_init in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 example/site_data/drush/site_data.drush.inc \site_data_drush_init()

Implements hook_drush_init().

File

example/site_data/drush/site_data.drush.inc, line 11
Example code for the fictional site_data module.

Code

function site_data_drush_init() {
  site_data_provision_register_autoload();
}