You are here

protected static property WebformComputedBase::$submissions in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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 = [];