You are here

public function WebformVariantInterface::isExcluded in Webform 8.5

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

Checks if the variant is excluded via webform.settings.

Return value

bool TRUE if the variant is excluded.

1 method overrides WebformVariantInterface::isExcluded()
WebformVariantBase::isExcluded in src/Plugin/WebformVariantBase.php
Checks if the variant is excluded via webform.settings.

File

src/Plugin/WebformVariantInterface.php, line 190

Class

WebformVariantInterface
Defines the interface for webform variants.

Namespace

Drupal\webform\Plugin

Code

public function isExcluded();