public function WebformVariantInterface::enable in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformVariantInterface.php \Drupal\webform\Plugin\WebformVariantInterface::enable()
Enables the webform variant.
Return value
$this
1 method overrides WebformVariantInterface::enable()
- WebformVariantBase::enable in src/
Plugin/ WebformVariantBase.php - Enables the webform variant.
File
- src/
Plugin/ WebformVariantInterface.php, line 175
Class
- WebformVariantInterface
- Defines the interface for webform variants.
Namespace
Drupal\webform\PluginCode
public function enable();