You are here

public function EntityReferenceFieldMapping::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/EntityReferenceFieldMapping.php, line 29

Class

EntityReferenceFieldMapping
Provides an entity reference field mapping.

Namespace

Drupal\webform_content_creator\Plugin\WebformContentCreator\FieldMapping

Code

public function supportsCustomFields() {
  return FALSE;
}