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 bbe43fd commit 9345262Copy full SHA for 9345262
app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/ExtractDataFromCategoryTree.php
@@ -72,9 +72,10 @@ public function execute(\Iterator $iterator): array
72
73
74
/**
75
- * Test that all parents of the current category are active
+ * Test that all parents of the current category are active.
76
*
77
- * Assumes that $categoriesArray are key-pair values and key is the ID of the category
+ * Assumes that $categoriesArray are key-pair values and key is the ID of the category and
78
+ * all categories in this list are queried as active.
79
80
* @param CategoryInterface $currentCategory
81
* @param CategoryInterface $rootCategory
0 commit comments