Model
AddressAdditionalDataProcessor
Magento\Quote\Model\AddressAdditionalDataProcessor
What it does
This class serves as a placeholder processor for handling additional data on quote addresses during checkout.
Developers can extend or plugin into this class to process custom address fields or attributes that need special handling before being saved.
Currently, the base implementation intentionally does nothing, allowing third-party modules to add their own processing logic.
Public Methods
- process()