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