function _webform_submit_matrix in Webform Matrix Component 7.3
Same name and namespace in other branches
- 6 components/matrix.inc \_webform_submit_matrix()
- 7.4 components/matrix.inc \_webform_submit_matrix()
- 7 components/matrix.inc \_webform_submit_matrix()
- 7.2 components/matrix.inc \_webform_submit_matrix()
Implements _webform_submit_component().
File
- components/
matrix.inc, line 550 - Webform module matrix component.
Code
function _webform_submit_matrix($component, $value) {
return serialize($value);
}