public function WebformVariantInterface::isEnabled in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformVariantInterface.php \Drupal\webform\Plugin\WebformVariantInterface::isEnabled()
Returns the webform variant enabled indicator.
Return value
bool TRUE if the webform variant is enabled.
1 method overrides WebformVariantInterface::isEnabled()
- WebformVariantBase::isEnabled in src/
Plugin/ WebformVariantBase.php - Returns the webform variant enabled indicator.
File
- src/
Plugin/ WebformVariantInterface.php, line 198
Class
- WebformVariantInterface
- Defines the interface for webform variants.
Namespace
Drupal\webform\PluginCode
public function isEnabled();