Log in
Model

Message

Magento\GiftMessage\Model\ResourceModel\Message

What it does

This resource model handles database operations for gift messages in Magento 2.

Developers use this class when they need to perform CRUD operations on gift message data, such as saving, loading, or deleting gift messages associated with orders or quote items.

It maps the gift message model to the 'gift_message' database table.