function Provision_Service_example::verify in Hosting 7.4
Same name and namespace in other branches
- 7.3 example/example_service/drush/Provision/Service/example.php \Provision_Service_example::verify()
Called on provision-verify.
We change what we will do based on what the type of object the command is being run against.
1 call to Provision_Service_example::verify()
- Provision_Service_example_basic::verify in example/
example_service/ drush/ Provision/ Service/ example/ basic.php - Implementation of service verify.
1 method overrides Provision_Service_example::verify()
- Provision_Service_example_basic::verify in example/
example_service/ drush/ Provision/ Service/ example/ basic.php - Implementation of service verify.
File
- example/
example_service/ drush/ Provision/ Service/ example.php, line 34
Class
- Provision_Service_example
- The service type base class.
Code
function verify() {
$this
->create_config(d()->type);
$this
->parse_configs();
}