You are here

public function AutosaveFormBackendInterface::getFormState in Autosave Form 8

Retrieves the stored form state.

Parameters

$form_id: The form id.

string $langcode: The language code of the form.

$uid: The user id.

Return value

FormStateInterface The form state object.

File

src/Storage/AutosaveFormBackendInterface.php, line 41

Class

AutosaveFormBackendInterface
Interface for providing autosave form storage.

Namespace

Drupal\autosave_form\Storage

Code

public function getFormState($form_id, $langcode, $uid);