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 71e6f40 commit 1f1ec54Copy full SHA for 1f1ec54
app/code/Magento/Backend/Block/Widget/Grid.php
@@ -150,7 +150,10 @@ public function __construct(
150
}
151
152
/**
153
+ * Internal constructor, that is called from real constructor
154
+ *
155
* @return void
156
157
* @SuppressWarnings(PHPMD.NPathComplexity)
158
*/
159
protected function _construct()
@@ -709,6 +712,7 @@ public function getGridUrl()
709
712
710
713
711
714
* Grid url getter
715
716
* Version of getGridUrl() but with parameters
717
*
718
* @param array $params url parameters
0 commit comments