You are here

function example_drush_init in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 example/example_service/drush/example.drush.inc \example_drush_init()

Implements hook_drush_init().

File

example/example_service/drush/example.drush.inc, line 14
An example of the provision service API.

Code

function example_drush_init() {
  example_provision_register_autoload();
}