You are here

public function WebformVariantInterface::disable in Webform 8.5

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

Disables the webform variant.

Return value

$this

1 method overrides WebformVariantInterface::disable()
WebformVariantBase::disable in src/Plugin/WebformVariantBase.php
Disables the webform variant.

File

src/Plugin/WebformVariantInterface.php, line 182

Class

WebformVariantInterface
Defines the interface for webform variants.

Namespace

Drupal\webform\Plugin

Code

public function disable();