Deprecated in Hosting 7.4
Primary tabs
|
Name |
Location | Type | Deprecation | Direct uses | Namespaced uses | Overrides | Use statements |
|---|---|---|---|---|---|---|---|
| hosting_context_node_types |
./ |
function | See issue #2763509. If you really need this, you can check if a nid is in the hosting_context table. | ||||
| _hosting_client_get_role |
client/ |
function | remove this function once the above setting is implemented | ||||
| _hosting_get_enabled_platforms |
platform/ |
function | _hosting_get_platforms() now has an $enabled_only parameter. | 2 | |||
| _hosting_get_new_tasks |
task/ |
function | First deprecated in Hosting 3.9 because this function was made part of the public API, use hosting_get_new_tasks() instead. |