You are here

protected property WebformHandlerBase::$conditionsResultCache in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformHandlerBase.php \Drupal\webform\Plugin\WebformHandlerBase::conditionsResultCache

The webform handler's conditions result cache.

Type: array

File

src/Plugin/WebformHandlerBase.php, line 92

Class

WebformHandlerBase
Provides a base class for a webform handler.

Namespace

Drupal\webform\Plugin

Code

protected $conditionsResultCache = [];