function drush_server_data_post_provision_install in Hosting 7.4
Same name and namespace in other branches
- 7.3 example/server_data/drush/server_data.drush.inc \drush_server_data_post_provision_install()
Implements drush_hook_post_COMMAND().
File
- example/
server_data/ drush/ server_data.drush.inc, line 37
Code
function drush_server_data_post_provision_install() {
drush_log('server_data received from the frontend (d()->server_data): ' . d()->server_data);
}