public function FieldMappingBase::getLabel in Webform Content Creator 3.x
Get the plugin label.
File
- src/
Plugin/ FieldMappingBase.php, line 32
Class
- FieldMappingBase
- Base for a field mapping plugin.
Namespace
Drupal\webform_content_creator\PluginCode
public function getLabel() {
return $this->pluginDefinition['label'];
}