You are here

public function WebformVariantInterface::getStatus in Webform 8.5

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

Returns the status of the webform variant.

Return value

bool The status of the webform variant.

1 method overrides WebformVariantInterface::getStatus()
WebformVariantBase::getStatus in src/Plugin/WebformVariantBase.php
Returns the status of the webform variant.

File

src/Plugin/WebformVariantInterface.php, line 158

Class

WebformVariantInterface
Defines the interface for webform variants.

Namespace

Drupal\webform\Plugin

Code

public function getStatus();