public property hostingService_example_basic::$name in Hosting 7.4
Same name and namespace in other branches
- 7.3 example/example_service/hosting_example.service.inc \hostingService_example_basic::name
The name displayed to users when creating or editing a server.
Overrides hostingService::$name
File
- example/
example_service/ hosting_example.service.inc, line 35 - Example service implementation for the hosting front end.
Class
- hostingService_example_basic
- An implementation of the example service type, registered with hook_hosting_service.
Code
public $name = 'Basic';