You are here

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

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

The webform submission.

Type: \Drupal\webform\WebformSubmissionInterface

Overrides WebformEntityInjectionTrait::$webformSubmission

File

src/Plugin/WebformHandlerBase.php, line 43

Class

WebformHandlerBase
Provides a base class for a webform handler.

Namespace

Drupal\webform\Plugin

Code

protected $webformSubmission = NULL;