You are here

function clients_connection_drupal_services_rest_7::connectionSettingsForm_submit in Web Service Clients 7.3

Submit handler for saving/updating connections of this class.

Overrides clients_connection_base::connectionSettingsForm_submit

See also

clients_connection_form_submit()

File

connections/clients_drupal_rest/clients_drupal_rest.inc, line 70
Contains classes for Client connections handlers.

Class

clients_connection_drupal_services_rest_7
Class for Drupal client connections, REST D7.

Code

function connectionSettingsForm_submit($form, &$form_state) {

  // This is here to show an example of how this method works.
  parent::connectionSettingsForm_submit($form, $form_state);
}