function drush_site_data_post_provision_verify in Hosting 7.3
Same name and namespace in other branches
- 7.4 example/site_data/drush/site_data.drush.inc \drush_site_data_post_provision_verify()
Implements drush_hook_post_COMMAND().
File
- example/
site_data/ drush/ site_data.drush.inc, line 50 - Example code for the fictional site_data module.
Code
function drush_site_data_post_provision_verify() {
drush_log('site_data received from the frontend (d()->site_data): ' . d()->site_data);
}