public function WebformElementInterface::getPluginLabel in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getPluginLabel()
Gets the label of the plugin instance.
Return value
string The label of the plugin instance.
1 method overrides WebformElementInterface::getPluginLabel()
- WebformElementBase::getPluginLabel in src/
Plugin/ WebformElementBase.php - Gets the label of the plugin instance.
File
- src/
Plugin/ WebformElementInterface.php, line 118
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function getPluginLabel();