You are here

interface ClientsConnectionAdminUIInterface in Web Service Clients 7.3

Same name and namespace in other branches
  1. 7.2 clients.connection.admin.inc \ClientsConnectionAdminUIInterface

(Tentative) Interface for clients connection admin UI.

Hierarchy

Expanded class hierarchy of ClientsConnectionAdminUIInterface

All classes that implement ClientsConnectionAdminUIInterface

File

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

View source
interface ClientsConnectionAdminUIInterface {

  /**
   * Add configuration form elements specific to a connection's edit form.
   *
   * @param $form
   *  The form built so far. This contains the elements for the name and
   *  endpoint, but not the save button.
   * @param $form_state
   *  The form state from the main form, which you probably don't need anyway.
   *
   * @see clients_connection_form()
   * @see clients_connection_form_submit()
   */
  function connectionSettingsFormAlter(&$form, &$form_state);

}

Members

Namesort descending Modifiers Type Description Overrides
ClientsConnectionAdminUIInterface::connectionSettingsFormAlter function Add configuration form elements specific to a connection's edit form.