function hostingService_http_cluster::view in Hosting 6.2
Same name and namespace in other branches
- 7.4 web_cluster/hosting_web_cluster.service.inc \hostingService_http_cluster::view()
- 7.3 web_cluster/hosting_web_cluster.service.inc \hostingService_http_cluster::view()
Overrides hostingService::view
File
- web_cluster/
hosting_web_cluster.service.inc, line 8
Class
Code
function view(&$render) {
$render['web_servers'] = array(
'#type' => 'item',
'#title' => t('Web servers'),
'#value' => theme('item_list', array_map('_hosting_node_link', array_intersect_key($this->web_servers, hosting_get_servers('http')))),
);
}