Habari\FormStorage::field_load PHP Method

field_load() public method

Loads form values from an object
public field_load ( string $key ) : mixed
$key string The name of a form component that will be loaded
return mixed The stored value returned
    function field_load($key);