Returns the element mappings for a given form ID.
File: src/modules/actions/api-action.php
API_Action::save_mappings()
Saves the element mappings for a given form.
API_Action::register_config_data_hook()
Registers the API-API hook for adding the necessary configuration data.
API_Action::register_assets()
Registers all assets the submodule provides.
API_Action::enqueue_form_builder_assets()
Enqueues scripts and stylesheets on the form editing screen.
API_Action::process_response()
Processes a response from an API request for a submission.
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
Base class for an action.
API_Action::handle()
Handles the action for a specific form submission.