Processes a response from an API request for a submission.
File: src/modules/actions/api-action.php
API_Action::process_error_response()
Processes an exception thrown by an API request for a submission.
API_Action::get_element_map_fields()
Returns the API fields that an element can map to.
API_Action::get_meta_map_fields()
Returns the API fields that a meta value should exist for to map to.
API_Action::get_settings_sections()
Returns the available settings sections for the submodule.
API_Action::get_settings_fields()
Returns the available settings fields for the submodule.
API_Action::get_mappings()
Returns the element mappings for a given form ID.
API_Action::save_mappings()
Saves the element mappings for a given form.
API_Action
Base class for an action.
API_Action::handle()
Handles the action for a specific form submission.