You are here

public static function FormBuilderFormInterface::loadFromStorage in Form Builder 7

Load form data from the storage backend (ie. webform components).

Parameters

string $form_type: Name of the form_type.

mixed $form_id: Primary identifier for the form. (ie. node id)

string $sid: User session ID. If NULL session_id() is assumed.

array $params: Additional parameters passed to hook_form_builder_form_types().

File

./form_builder.classes.inc, line 199

Class

FormBuilderFormInterface

Code

public static function loadFromStorage($form_type, $form_id, $sid, $params);