We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf92f7 commit dd6edaeCopy full SHA for dd6edae
app/code/Magento/GiftMessage/Block/Cart/Item/Renderer/Actions/LayoutProcessorInterface.php
@@ -8,6 +8,12 @@
8
use Magento\Quote\Model\Quote\Item\AbstractItem;
9
10
/**
11
+ * Layout processor interface.
12
+ *
13
+ * Classes that implement this interface can be used to modify cart JS layout before rendering.
14
+ * Interface method accepts quote item, so the required data can be easily retrieved.
15
+ * @see \Magento\GiftMessage\Block\Cart\Item\Renderer\Actions\GiftOptions
16
17
* @api
18
*/
19
interface LayoutProcessorInterface
0 commit comments