You are here

function Provision_Service_example::create_platform_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::create_platform_config()

Add a new platform specific configuration file.

File

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

Class

Provision_Service_example
The service type base class.

Code

function create_platform_config() {
  return TRUE;
}