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 de871b6 commit 1677e3dCopy full SHA for 1677e3d
app/code/Magento/Email/Model/Plugin/GetUrl.php
@@ -8,12 +8,13 @@
8
class GetUrl
9
{
10
/**
11
- * A unique store parameter need to pass in \Magento\Email\Model\AbstractTemplate `getUrl` function
12
- * for separating links in email content for sales order email confirmation.
+ * A unique store parameter need to pass in \Magento\Email\Model\AbstractTemplate `getUrl` function for separating
+ * links in email content for sales order email confirmation.
13
*
14
* @param \Magento\Email\Model\AbstractTemplate $subject
15
* @param \Magento\Store\Model\Store $store
16
- * @param string $scope
+ * @param string $route
17
+ * @param array $params
18
* @return array
19
*/
20
public function beforeGetUrl(
0 commit comments