You are here

public function WSClientEndpointInterface::formAlter in Web service client 7

Allows altering the configuration form of web service definitions, such that the form can include endpoint type specific configuration settings.

1 method overrides WSClientEndpointInterface::formAlter()
WSClientEndpoint::formAlter in ./wsclient.inc
Allows altering the configuration form of web service definitions, such that the form can include endpoint type specific configuration settings.

File

./wsclient.inc, line 201
Web service client - include file.

Class

WSClientEndpointInterface
Interface for remote endpoints. In case of any errors the implementing classes should throw exceptions.

Code

public function formAlter(&$form, &$form_state);