You are here

public function FieldMappingBase::getSupportedWebformFields in Webform Content Creator 3.x

Parameters

$webform_id:

Return value

mixed

Overrides FieldMappingInterface::getSupportedWebformFields

9 methods override FieldMappingBase::getSupportedWebformFields()
AddressFieldMapping::getSupportedWebformFields in src/Plugin/WebformContentCreator/FieldMapping/AddressFieldMapping.php
BooleanFieldMapping::getSupportedWebformFields in src/Plugin/WebformContentCreator/FieldMapping/BooleanFieldMapping.php
DateTimeFieldMapping::getSupportedWebformFields in src/Plugin/WebformContentCreator/FieldMapping/DateTimeFieldMapping.php
EmailFieldMapping::getSupportedWebformFields in src/Plugin/WebformContentCreator/FieldMapping/EmailFieldMapping.php
EntityReferenceFieldMapping::getSupportedWebformFields in src/Plugin/WebformContentCreator/FieldMapping/EntityReferenceFieldMapping.php

... See full list

File

src/Plugin/FieldMappingBase.php, line 65

Class

FieldMappingBase
Base for a field mapping plugin.

Namespace

Drupal\webform_content_creator\Plugin

Code

public function getSupportedWebformFields($webform_id) {
  return WebformContentCreatorUtilities::getWebformElements($webform_id);
}