API_Action_Interface::save_mappings( int $form_id, array $id_mappings )

Saves the element mappings for a given form.

Description

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

Changelog
Version Description
1.0.0 Introduced.