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