function hosting_get_hostmaster_nid in Hosting 7.4
Same name and namespace in other branches
- 6.2 hosting.inc \hosting_get_hostmaster_nid()
- 7.3 hosting.inc \hosting_get_hostmaster_nid()
Shim to preserve API stability. Deprecated. Use hosting_get_hostmaster_site_nid().
2 calls to hosting_get_hostmaster_nid()
- hosting_get_hostmaster_uri in ./
hosting.inc - Load the URI of the hostmaster site.
- hosting_menu_hostmaster_access in ./
hosting.module - Access hook for /hostmaster callback page. Checks the access for hostmaster node page.
File
- ./
hosting.inc, line 101 - General purpose Hosting module functions.
Code
function hosting_get_hostmaster_nid() {
return hosting_get_hostmaster_site_nid();
}