function hosting_get_hostmaster_nid in Hosting 7.3
Same name and namespace in other branches
- 6.2 hosting.inc \hosting_get_hostmaster_nid()
- 7.4 hosting.inc \hosting_get_hostmaster_nid()
Shim to preserve API stability. Deprecated. Use hosting_get_hostmaster_site_nid().
1 call to hosting_get_hostmaster_nid()
- 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();
}