Interface
FieldsEnclosureAwareExportInfoInterface
Magento\ImportExport\Api\Data\FieldsEnclosureAwareExportInfoInterface
What it does
This interface defines methods for managing field enclosure settings in export operations.
Developers use this when implementing export functionality that needs to control whether exported CSV fields should be wrapped in quotes or delimiters.
It extends LocalizedExportInfoInterface to support both field enclosure configuration and localization features.
Public Methods
- getFieldsEnclosure()
- setFieldsEnclosure()