You are here

function hosting_ssl_output_key in Hosting 7.3

Same name and namespace in other branches
  1. 6.2 web_server/ssl/hosting_ssl.nodeapi.inc \hosting_ssl_output_key()
  2. 7.4 web_server/ssl/hosting_ssl.nodeapi.inc \hosting_ssl_output_key()

@todo Please document this function.

See also

http://drupal.org/node/1354

1 call to hosting_ssl_output_key()
hosting_ssl_nodeapi_site_view in web_server/ssl/hosting_ssl.nodeapi.inc
Implements hook_nodeapi_TYPE_OP().
1 string reference to 'hosting_ssl_output_key'
hosting_ssl_site_form in web_server/ssl/hosting_ssl.nodeapi.inc
Form API code to extend the site form with SSL fields.

File

web_server/ssl/hosting_ssl.nodeapi.inc, line 184
NodeAPI functions for the Hosting SSL module.

Code

function hosting_ssl_output_key($cid) {
  return filter_xss(hosting_ssl_get_key($cid));
}