function hook_services_client_plugins in Services Client 7
Alter list of all plugins for use in the UI
Parameters
array $plugins: List of all currently available plugins
string $type: Type of required plugins
File
- ./
services_client.api.php, line 50 - Services client allows you to push different objects from local drupal installation to remote servers via REST api.
Code
function hook_services_client_plugins($plugins, $type) {
}