public function FieldMappingBase::getEntityComponentFields in Webform Content Creator 3.x
Returns the entity component fields.
Return value
array returns an array of the component fields that makeup this field
Overrides FieldMappingInterface::getEntityComponentFields
1 method overrides FieldMappingBase::getEntityComponentFields()
- SocialMediaLinksFieldMapping::getEntityComponentFields in src/
Plugin/ WebformContentCreator/ FieldMapping/ SocialMediaLinksFieldMapping.php - Returns the entity component fields.
File
- src/
Plugin/ FieldMappingBase.php, line 61
Class
- FieldMappingBase
- Base for a field mapping plugin.
Namespace
Drupal\webform_content_creator\PluginCode
public function getEntityComponentFields(FieldDefinitionInterface $field_definition) {
return [];
}