function site_data_drush_init in Hosting 7.4
Same name and namespace in other branches
- 7.3 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();
}