Habari\ControlStorage::field_save PHP Method

field_save() public method

Stores a form value into the object
public field_save ( string $key, mixed $value )
$key string The name of a form component that will be stored
$value mixed The value of the form component to store
    function field_save($key, $value)
    {
        Method::dispatch($this->saver, $key, $value);
    }