質問

Declaration of _getHtml

Should be compatible with Magento\Theme\Block\Html\Topmenu::_getHtml(Magento\Framework\Data\Tree\Node $menuTree, $childrenWrapClass, $limit, array $colBrakes = Array)

役に立ちましたか?

解決

Ibnab\MegaMenu\Block\Html\Topmega.php

protected function _getHtml(
    \Magento\Framework\Data\Tree\Node $menuTree,
    $childrenWrapClass,
    $limit,
    array $colBrakes = []
)

Also replace :

$colStops = null; to $colStops = [];
ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top