You are here

public property hostingService_example_basic::$type in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 example/example_service/hosting_example.service.inc \hostingService_example_basic::type
  2. 7.3 example/example_service/hosting_example.service.inc \hostingService_example_basic::type

the value stored in the type column of the hosting_service table.

File

example/hosting_example.service.inc, line 33
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 $type = 'basic';