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.
2 parents 8e77e2f + ff9c466 commit 102e56aCopy full SHA for 102e56a
lib/internal/Magento/Framework/View/Context.php
@@ -332,15 +332,11 @@ public function getModuleName()
332
}
333
334
/**
335
- * Retrieve the module name
336
- *
337
- * @return string
338
339
- * @todo alias of getModuleName
+ * @see getModuleName
340
*/
341
public function getFrontName()
342
{
343
- return $this->getRequest()->getModuleName();
+ return $this->getModuleName();
344
345
346
0 commit comments