Saves the element mappings for a given form.
Description
See also
Parameters
- $form_id
-
(int) (Required) Form ID.
- $id_mappings
-
(array) (Required) Array of ID mappings from the elements that have just been saved.
Source
File: src/modules/actions/api-action-interface.php
public function save_mappings( $form_id, $id_mappings );
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |