You are here

function hostingService_Certificate_SelfSigned::delete_revision in Aegir HTTPS 7.3

Delete a specific revision from the database.

File

submodules/self_signed/hosting_self_signed.service.inc, line 121
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_revision() {
  parent::delete_revision();
}