You are here

function webform_test_test_composite_format_multiple in Webform 6.x

Same name and namespace in other branches
  1. 8.5 tests/modules/webform_test/includes/webform_test.test_composite_format_multiple.inc \webform_test_test_composite_format_multiple()

Generate test composite element formats with multiple values.

Return value

array An array containing test elements formats.

File

tests/modules/webform_test/includes/webform_test.test_composite_format_multiple.inc, line 18
Generate test composite multiple elements with formatting.

Code

function webform_test_test_composite_format_multiple(WebformInterface $webform) {
  return webform_test_test_element_format($webform, TRUE, TRUE);
}