function hostingService_Certificate_LetsEncrypt::delete_revision in Aegir HTTPS 7.3
Delete a specific revision from the database.
File
- submodules/
letsencrypt/ hosting_letsencrypt.service.inc, line 102 - LetsEncrypt service implementation of the Certificate service type for the hosting front end.
Class
- hostingService_Certificate_LetsEncrypt
- An implementation of the certificate service type, registered with hook_hosting_service.
Code
function delete_revision() {
parent::delete_revision();
}