我需要在Magento 2的产品页面上的ArrayList<ArrayDeque<ByteBuffer>> mMuxerInputQueue;
之后和_prepareLayout
之前获得一个块(例如,对于head block中的更改标题)。
我尝试了render
活动,但它在产品页面上无效。
答案 0 :(得分:0)
/lib/internal/Magento/Framework/View/Layout/Generator/Block.php
// Set layout instance to all generated block (trigger _prepareLayout method)
...
$this->eventManager->dispatch('core_layout_block_create_after', ['block' => $block]);
...