You are here

public function WebformVariantBase::getStatus in Webform 8.5

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

Returns the status of the webform variant.

Return value

bool The status of the webform variant.

Overrides WebformVariantInterface::getStatus

1 call to WebformVariantBase::getStatus()
WebformVariantBase::getConfiguration in src/Plugin/WebformVariantBase.php
Gets this plugin's configuration.

File

src/Plugin/WebformVariantBase.php, line 224

Class

WebformVariantBase
Provides a base class for a webform variant.

Namespace

Drupal\webform\Plugin

Code

public function getStatus() {
  return $this->status;
}