You are here

protected property WebformViewsTestBase::$webform_submission_multivalue_data in Webform Views Integration 8.5

A list of webform submissions data for the case of multivalue elements.

Each sub array represents a single webform submission and its content will be used as 'data' property of the webform submission.

Type: array

File

tests/src/Kernel/WebformViewsTestBase.php, line 51

Class

WebformViewsTestBase
Reasonable starting point for testing integration between webform and views.

Namespace

Drupal\Tests\webform_views\Kernel

Code

protected $webform_submission_multivalue_data = [];