You are here

public function AutosaveFormBackendInterface::storeFormState in Autosave Form 8

Stores the form state.

Parameters

$form_id: The form id.

string $langcode: The language code of the form.

$uid: The user id.

\Drupal\Core\Form\FormStateInterface $form_state: The form state.

File

src/Storage/AutosaveFormBackendInterface.php, line 26

Class

AutosaveFormBackendInterface
Interface for providing autosave form storage.

Namespace

Drupal\autosave_form\Storage

Code

public function storeFormState($form_id, $langcode, $uid, FormStateInterface $form_state);