Carbon_Fields\Widget\Widget::save PHP Method

save() public method

Save the field value(s) into the database.
public save ( Field $field )
$field Carbon_Fields\Field\Field The field to save.
    public function save(Field $field)
    {
        $this->store_data[$field->get_name()] = $field->get_value();
    }