You are here

protected static property WebformComputedBase::$submissions in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Element/WebformComputedBase.php \Drupal\webform\Element\WebformComputedBase::submissions

Cache of submissions being processed.

Type: array

File

src/Element/WebformComputedBase.php, line 28

Class

WebformComputedBase
Provides a base class for 'webform_computed' elements.

Namespace

Drupal\webform\Element

Code

protected static $submissions = [];