public property hostingService_example::$service in Hosting 7.3
Same name and namespace in other branches
- 6.2 example/hosting_example.service.inc \hostingService_example::service
- 7.4 example/example_service/hosting_example.service.inc \hostingService_example::service
the value stored in the service column of hosting_service table.
Overrides hostingService::$service
File
- example/
example_service/ hosting_example.service.inc, line 18 - Example service implementation for the hosting front end.
Class
- hostingService_example
- The base service type class , registered with hook_hosting_service_type.
Code
public $service = 'example';