public function FieldMappingInterface::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
1 method overrides FieldMappingInterface::getEntityComponentFields()
- FieldMappingBase::getEntityComponentFields in src/
Plugin/ FieldMappingBase.php - Returns the entity component fields.
File
- src/
Plugin/ FieldMappingInterface.php, line 56
Class
- FieldMappingInterface
- Interface for the field mapping.
Namespace
Drupal\webform_content_creator\PluginCode
public function getEntityComponentFields(FieldDefinitionInterface $field_definition);