You are here

function Provision_Service_example::delete_platform_config in Hosting 7.4

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

Remove an existing platform configuration file.

File

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

Class

Provision_Service_example
The service type base class.

Code

function delete_platform_config() {
  return TRUE;
}