You are here

function Provision_Service_example_basic::default_port in Hosting 7.4

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

The default value for the port input.

File

example/example_service/drush/Provision/Service/example/basic.php, line 34
A 'basic' implementation of the 'example' service type.

Class

Provision_Service_example_basic
A class containing the 'basic' implementation of the 'example' service.

Code

function default_port() {
  return 12345;
}