public function YamlFormElementInterface::getPluginLabel in YAML Form 8
Gets the label of the plugin instance.
Return value
string The label of the plugin instance.
1 method overrides YamlFormElementInterface::getPluginLabel()
- YamlFormElementBase::getPluginLabel in src/
YamlFormElementBase.php - Gets the label of the plugin instance.
File
- src/
YamlFormElementInterface.php, line 44
Class
- YamlFormElementInterface
- Defines the interface for form elements.
Namespace
Drupal\yamlformCode
public function getPluginLabel();