You are here

function clients_connection_drupal_services_5::getTestOperations in Web Service Clients 6.2

Same name and namespace in other branches
  1. 7 backends/clients_drupal/clients_drupal.inc \clients_connection_drupal_services_5::getTestOperations()
  2. 7.2 connections/clients_drupal/clients_drupal.inc \clients_connection_drupal_services_5::getTestOperations()

Provide buttons for the connection testing page.

Parameters

$form_state: This is passed in so you can set defaults based on user input.

Overrides clients_connection_drupal_services::getTestOperations

File

connections/clients_drupal/clients_drupal.inc, line 790
Contains classes for Client connections handlers.

Class

clients_connection_drupal_services_5
Drupal client for services on a Drupal 5 site.

Code

function getTestOperations($form_state, $connection_name) {

  // Just making the inheritance explicit for debugging... ;)
  return parent::getTestOperations($form_state, $connection_name);
}