public function FieldMappingInterface::supportsCustomFields in Webform Content Creator 3.x
Returns whether the mapper supports custom field text
Return value
bool
1 method overrides FieldMappingInterface::supportsCustomFields()
- FieldMappingBase::supportsCustomFields in src/
Plugin/ FieldMappingBase.php - Returns whether the mapper supports custom field text
File
- src/
Plugin/ FieldMappingInterface.php, line 48
Class
- FieldMappingInterface
- Interface for the field mapping.
Namespace
Drupal\webform_content_creator\PluginCode
public function supportsCustomFields();