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 1222721 commit 5f3b695Copy full SHA for 5f3b695
app/code/Magento/Theme/Block/Html/Topmenu.php
@@ -33,8 +33,6 @@ class Topmenu extends Template implements IdentityInterface
33
/**
34
* Core registry
35
*
36
- * Deprecated since not used in this class.
37
- *
38
* @var Registry
39
40
* @deprecated
@@ -379,6 +377,9 @@ protected function getCacheTags()
379
377
380
378
* Get menu object.
381
+ * Creates \Magento\Framework\Data\Tree\Node root node object.
+ * The creation logic was moved from class constructor into separate method.
382
+ *
383
* @return Node
384
*/
385
public function getMenu()
0 commit comments