Question

Declaration of _getHtml

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

Was it helpful?

Solution

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 = [];
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top