You are here

function hostingService_Certificate_SelfSigned::delete in Aegir HTTPS 7.3

Delete a record from the database, based on server node.

File

submodules/self_signed/hosting_self_signed.service.inc, line 112
Self-signed service implementation of the Certificate service type for the hosting front end.

Class

hostingService_Certificate_SelfSigned
An implementation of the certificate service type, registered with hook_hosting_service.

Code

function delete() {
  parent::delete();
  variable_del('hosting_self_signed_field_' . $this->server->nid);
}