You are here

public function WebformVariantInterface::isDisabled in Webform 8.5

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

Returns the webform variant disabled indicator.

Return value

bool TRUE if the webform variant is disabled.

1 method overrides WebformVariantInterface::isDisabled()
WebformVariantBase::isDisabled in src/Plugin/WebformVariantBase.php
Returns the webform variant disabled indicator.

File

src/Plugin/WebformVariantInterface.php, line 206

Class

WebformVariantInterface
Defines the interface for webform variants.

Namespace

Drupal\webform\Plugin

Code

public function isDisabled();