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 7aa3abf commit 4e0214fCopy full SHA for 4e0214f
app/code/Magento/Catalog/Controller/Category/View.php
@@ -234,6 +234,8 @@ public function execute()
234
}
235
236
/**
237
+ * Category handle page redirect
238
+ *
239
* @param Category $category
240
* @return Redirect|null
241
*/
@@ -249,6 +251,8 @@ private function handlePageRedirect(Category $category): ?Redirect
249
251
250
252
253
254
+ * Category prepare page
255
256
257
* @return Page
258
@@ -279,6 +283,8 @@ private function preparePage(Category $category): Page
279
283
280
284
281
285
286
+ * Category add page layout handle
287
282
288
* @param Page $page
289
290
* @return void
0 commit comments