You are here

public property WebformHandler::$submission in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Annotation/WebformHandler.php \Drupal\webform\Annotation\WebformHandler::submission

Indicated whether submission must be stored in the database for this handler processes results.

Type: bool

File

src/Annotation/WebformHandler.php, line 105

Class

WebformHandler
Defines a webform handler annotation object.

Namespace

Drupal\webform\Annotation

Code

public $submission = WebformHandlerInterface::SUBMISSION_OPTIONAL;