php Magento 2:从phtml上的块获取当前URL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Magento 2:从phtml上的块获取当前URL相关的知识,希望对你有一定的参考价值。

<?php
$current_url = $block->getUrl('*/*/*', ['_current' => true, '_use_rewrite' => true]);
echo 'Current URL is: ' . $current_url;
?>

以上是关于php Magento 2:从phtml上的块获取当前URL的主要内容,如果未能解决你的问题,请参考以下文章

Magento 在success.phtml 上从客人那里获取数据

php Magento 2:自定义共享和打印按钮phtml

Magento 1.9启用从管理面板禁用模块

Magento 2在结帐页面phtml中发送到支付网关之前获取订单ID?

PHP Magento - PHTML页面中的Echo Static Block

PHP Magento创建一个块,只包含一行代码即可包含模板文件.phtml