You are here

function drush_site_data_post_provision_verify in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 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);
}