You are here

function Provision_Service_example::delete_server_config in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 example/example_service/drush/Provision/Service/example.php \Provision_Service_example::delete_server_config()

Remove an existing server specific configuration file

File

example/example_service/drush/Provision/Service/example.php, line 94

Class

Provision_Service_example
The service type base class.

Code

function delete_server_config() {
  return TRUE;
}