You are here

function _webform_submit_matrix in Webform Matrix Component 6

Same name and namespace in other branches
  1. 7.4 components/matrix.inc \_webform_submit_matrix()
  2. 7 components/matrix.inc \_webform_submit_matrix()
  3. 7.2 components/matrix.inc \_webform_submit_matrix()
  4. 7.3 components/matrix.inc \_webform_submit_matrix()

Implements _webform_submit_component().

File

components/matrix.inc, line 571
Webform module matrix component.

Code

function _webform_submit_matrix($component, $value) {
  return serialize($value);
}