You are here

function clients_connection_drupal_services_5::getTestOperations in Web Service Clients 7

Same name and namespace in other branches
  1. 6.2 connections/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_6_2::getTestOperations

File

backends/clients_drupal/clients_drupal.inc, line 756
Defines methods and calls to Drupal services

Class

clients_connection_drupal_services_5
Drupal client for services on a Drupal 5 site.

Code

function getTestOperations($form_state, $cid) {

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