public function AddressFieldMapping::supportsCustomFields in Webform Content Creator 3.x
Returns whether the mapper supports custom field text
Return value
bool
Overrides FieldMappingBase::supportsCustomFields
File
- src/
Plugin/ WebformContentCreator/ FieldMapping/ AddressFieldMapping.php, line 23
Class
- AddressFieldMapping
- Provides an address field mapping.
Namespace
Drupal\webform_content_creator\Plugin\WebformContentCreator\FieldMappingCode
public function supportsCustomFields() {
return FALSE;
}