public function WSClientEndpoint::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.
Overrides WSClientEndpointInterface::formAlter
1 method overrides WSClientEndpoint::formAlter()
- WSClientRESTEndpoint::formAlter in wsclient_rest/
wsclient_rest.inc - Adds options to the Web Service config form specific to the REST service.
File
- ./
wsclient.inc, line 233 - Web service client - include file.
Class
- WSClientEndpoint
- Default parent class for service endpoints.
Code
public function formAlter(&$form, &$form_state) {
}