Log in
Interface

InvoiceCommentResourceInterface

Magento\Sales\Model\Spi\InvoiceCommentResourceInterface

What it does

This interface defines the contract for database operations (save, load, delete) on invoice comment entities in Magento 2.

Developers use this when implementing custom resource models for invoice comments or when they need to interact with invoice comment data persistence through dependency injection and service contracts.

Public Methods

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