Model
AbstractBehavior
Magento\ImportExport\Model\Source\Import\AbstractBehavior
What it does
This abstract class serves as a base for defining import behavior options in Magento 2's Import/Export functionality.
Developers extend this class to create custom import behaviors (like append, replace, delete) for different entity types, providing the available options and their descriptions that appear in the admin import interface.
Public Methods
- toArray()
- toOptionArray()
- getCode()
- getNotes()