public function WebformVariantInterface::getLabel in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformVariantInterface.php \Drupal\webform\Plugin\WebformVariantInterface::getLabel()
Returns the label of the webform variant.
Return value
string The label of the webform variant, or an empty string.
1 method overrides WebformVariantInterface::getLabel()
- WebformVariantBase::getLabel in src/
Plugin/ WebformVariantBase.php - Returns the label of the webform variant.
File
- src/
Plugin/ WebformVariantInterface.php, line 104
Class
- WebformVariantInterface
- Defines the interface for webform variants.
Namespace
Drupal\webform\PluginCode
public function getLabel();