Skip to content

Commit dd6edae

Browse files
committed
MAGETWO-66778: Api Annotation Coverage of OMS-related Modules
- Added PHPDoc block;
1 parent bdf92f7 commit dd6edae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/GiftMessage/Block/Cart/Item/Renderer/Actions/LayoutProcessorInterface.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
use Magento\Quote\Model\Quote\Item\AbstractItem;
99

1010
/**
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+
*
1117
* @api
1218
*/
1319
interface LayoutProcessorInterface

0 commit comments

Comments
 (0)