You are here

function hosting_https_get_key in Aegir HTTPS 7.3

Return the URI of a site, for use in generating HTTPS certificates.

3 calls to hosting_https_get_key()
hosting_https_hosting_site_context_options in ./hosting_https.drush.inc
Implements hook_hosting_TASK_OBJECT_context_options().
hosting_https_node_load in ./hosting_https.nodeapi.inc
Implements hook_node_load().
hosting_https_output_key in ./hosting_https.nodeapi.inc
Filter HTTPS key for display.

File

./hosting_https.nodeapi.inc, line 137
NodeAPI functions for the Hosting HTTPS module.

Code

function hosting_https_get_key($node) {
  return hosting_https_filter_key($node->title);
}