You are here

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\FieldMapping

Code

public function supportsCustomFields() {
  return FALSE;
}