You are here

function ClientsConnectionAdminUIInterface::connectionSettingsFormAlter in Web Service Clients 7.3

Add configuration form elements specific to a connection's edit form.

Parameters

$form: The form built so far. This contains the elements for the name and endpoint, but not the save button.

$form_state: The form state from the main form, which you probably don't need anyway.

See also

clients_connection_form()

clients_connection_form_submit()

File

includes/clients.connection.admin.inc, line 24
clients.connection.admin.inc Page callbacks relating to client connection admin.

Class

ClientsConnectionAdminUIInterface
(Tentative) Interface for clients connection admin UI.

Code

function connectionSettingsFormAlter(&$form, &$form_state);