resume.hostmaster.inc in Hosting 6.2
File
resume.hostmaster.incView source
<?php
/**
* @file
* Drush include for the hostmaster resume command.
*/
include_once 'resume.hosting.inc';
/**
* backward compatibility for pre 1.0
*
* @deprecated use hosting-resume now, will be removed after 1.0
*/
function drush_hosting_hostmaster_resume() {
return drush_hosting_resume();
}
Functions
Name | Description |
---|---|
drush_hosting_hostmaster_resume Deprecated | backward compatibility for pre 1.0 |