function clients_connection_drupal_services::testConnectionNodeLoad in Web Service Clients 7.2
Same name and namespace in other branches
- 6.2 connections/clients_drupal/clients_drupal.inc \clients_connection_drupal_services::testConnectionNodeLoad()
Connection test button handler: loading a node.
Each version has to do its own thing; this is just here to avoid a WTF.
2 methods override clients_connection_drupal_services::testConnectionNodeLoad()
- clients_connection_drupal_services_6_2::testConnectionNodeLoad in connections/
clients_drupal/ clients_drupal.inc - Connection test button handler: loading a node on D6.
- clients_connection_drupal_services_7_3::testConnectionNodeLoad in connections/
clients_drupal/ clients_drupal.inc - Connection test button handler: loading a node: Services 7.x-3.x.
File
- connections/
clients_drupal/ clients_drupal.inc, line 170 - Contains classes for Client connections handlers.
Class
- clients_connection_drupal_services
- Base class for Drupal client connections.
Code
function testConnectionNodeLoad(&$button_form_values) {
}