function system_service_getservices in Services 7
Same name and namespace in other branches
- 6.2 services/system_service/system_service.inc \system_service_getservices()
Returns all the available services
1 string reference to 'system_service_getservices'
- system_service_service in services/
system_service/ system_service.module - Implementation of hook_service().
File
- services/
system_service/ system_service.inc, line 78 - @author Services Dev Team
Code
function system_service_getservices() {
return services_get_all();
}