You are here

function hostingService_https::view in Aegir HTTPS 7.3

File

./hosting_https.service.inc, line 55
Define Hosting service class for HTTPS.

Class

hostingService_https
@file Define Hosting service class for HTTPS.

Code

function view(&$render) {
  parent::view($render);
  $render['https_port'] = array(
    '#type' => 'item',
    '#title' => t('HTTPS Port'),
    '#markup' => filter_xss($this->https_port),
  );
}