You are here

public function WebformVariantInterface::applyVariant in Webform 8.5

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

Apply variant to the webform.

Return value

bool TRUE if this variant was applied to the webform.

1 method overrides WebformVariantInterface::applyVariant()
WebformVariantBase::applyVariant in src/Plugin/WebformVariantBase.php
Apply variant to the webform.

File

src/Plugin/WebformVariantInterface.php, line 238

Class

WebformVariantInterface
Defines the interface for webform variants.

Namespace

Drupal\webform\Plugin

Code

public function applyVariant();