You are here

protected property WebformVariantBase::$status in Webform 8.5

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

The webform variant status.

Type: bool

File

src/Plugin/WebformVariantBase.php, line 58

Class

WebformVariantBase
Provides a base class for a webform variant.

Namespace

Drupal\webform\Plugin

Code

protected $status = 1;