CreditmemoCommentResourceInterface
Magento\Sales\Model\Spi\CreditmemoCommentResourceInterface
What it does
This interface defines the contract for resource models that handle database operations for credit memo comments in Magento 2.
Developers use this when implementing or extending functionality to save, load, or delete credit memo comment data from the database.
It's part of the Service Provider Interface (SPI) layer, allowing customization of credit memo comment persistence operations.
Public Methods
- save()
- load()
- delete()