You are here

function drush_server_data_post_provision_verify in Hosting 7.3

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

File

example/server_data/drush/server_data.drush.inc, line 41

Code

function drush_server_data_post_provision_verify() {
  drush_log('server_data received from the frontend (d()->server_data): ' . d()->server_data);
}