You are here

protected property WebformHandlerBase::$status in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformHandlerBase.php \Drupal\webform\Plugin\WebformHandlerBase::status

The webform handler status.

Type: bool

File

src/Plugin/WebformHandlerBase.php, line 72

Class

WebformHandlerBase
Provides a base class for a webform handler.

Namespace

Drupal\webform\Plugin

Code

protected $status = 1;