Log in
Interface

CreditmemoCommentResourceInterface

Magento\Sales\Model\Spi\CreditmemoCommentResourceInterface

What it does

This interface defines the contract for database operations on credit memo comments in Magento 2.

Developers use this when they need to persist, retrieve, or delete credit memo comment data from the database.

It's part of the Service Provider Interface (SPI) layer that separates business logic from data persistence operations.

Public Methods

  • save()
  • load()
  • delete()