You are here

function _webform_submit_matrix in Webform Matrix Component 7.3

Same name and namespace in other branches
  1. 6 components/matrix.inc \_webform_submit_matrix()
  2. 7.4 components/matrix.inc \_webform_submit_matrix()
  3. 7 components/matrix.inc \_webform_submit_matrix()
  4. 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);
}