You are here

function Provision_Service_example::create_site_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::create_site_config()

Generate a site specific configuration file

File

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

Class

Provision_Service_example
The service type base class.

Code

function create_site_config() {
  return TRUE;
}