function Provision_Service_example::delete_site_config in Hosting 7.3
Same name and namespace in other branches
- 7.4 example/example_service/drush/Provision/Service/example.php \Provision_Service_example::delete_site_config()
Remove an existing site configuration file.
File
- example/
example_service/ drush/ Provision/ Service/ example.php, line 66
Class
- Provision_Service_example
- The service type base class.
Code
function delete_site_config() {
return TRUE;
}