You are here

public property RulesWebformEventBase::$webform_fields in RULES WEBFORM 3.x

Same name and namespace in other branches
  1. 8 src/Event/RulesWebformEventBase.php \Drupal\rules_webform\Event\RulesWebformEventBase::webform_fields

The webform fields with values (submissions).

Type: Drupal\rules_webform\Plugin\DataType\WebformFields

File

src/Event/RulesWebformEventBase.php, line 23

Class

RulesWebformEventBase
Base class for events available in the 'RULES WEBFORM' module.

Namespace

Drupal\rules_webform\Event

Code

public $webform_fields;