Returns the API fields that an element can map to.
File: src/modules/actions/api-action.php
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::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
Base class for an action.
API_Action::handle()
Handles the action for a specific form submission.