You are here

function hostingService_example_basic::delete_revision in Hostmaster (Aegir) 6

Delete a specific reivision from the database.

Not relevant in our example but shown anyway.

Overrides hostingService::delete_revision

File

modules/hosting/example/hosting_example.service.inc, line 195
Example service implementation for the hosting front end.

Class

hostingService_example_basic
An implementation of the example service type, registered with hook_hosting_service.

Code

function delete_revision() {

  // REMEMBER TO CALL THE PARENT!
  parent::delete_revision();
}