function hostingService_http_pack::delete in Hosting 7.4
Same name and namespace in other branches
- 6.2 web_pack/hosting_web_pack.service.inc \hostingService_http_pack::delete()
- 7.3 web_pack/hosting_web_pack.service.inc \hostingService_http_pack::delete()
Overrides hostingService::delete
File
- web_pack/
hosting_web_pack.service.inc, line 94
Class
Code
function delete() {
parent::delete();
db_delete('hosting_web_pack')
->condition('nid', $this->server->nid)
->execute();
}