You are here

function wsclient_soap_form_wsclient_service_form_alter in Web service client 7

Implements hook_form_FORM_ID_alter().

File

wsclient_soap/wsclient_soap.module, line 183
Web service client SOAP support.

Code

function wsclient_soap_form_wsclient_service_form_alter(&$form, &$form_state) {
  $form['#submit'][] = 'wsclient_soap_wsclient_service_form_submit';
  $form['#validate'][] = 'wsclient_soap_wsclient_service_form_validate';
}