public static function FormInterface::loadFromStorage in Form Builder 7.2
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
- src/
FormInterface.php, line 19
Class
Namespace
Drupal\form_builderCode
public static function loadFromStorage($form_type, $form_id, $sid, $params);