You are here

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

Commonly something like running the restart_cmd or sending SIGHUP to a process.

1 call to Provision_Service_example::parse_configs()
Provision_Service_example::verify in example/example_service/drush/Provision/Service/example.php
Called on provision-verify.

File

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

Class

Provision_Service_example
The service type base class.

Code

function parse_configs() {
  return TRUE;
}