public function FieldMappingBase::getPlugin in Webform Content Creator 3.x
Return the plugin.
File
- src/
Plugin/ FieldMappingBase.php, line 18
Class
- FieldMappingBase
- Base for a field mapping plugin.
Namespace
Drupal\webform_content_creator\PluginCode
public function getPlugin() {
return $this;
}