You are here

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\Plugin

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}