| Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-catalog/Block/Adminhtml/Category/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/magento/module-catalog/Block/Adminhtml/Category/Edit.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Block\Adminhtml\Category;
/**
* @api
* @since 100.0.2
*/
class Edit extends \Magento\Framework\View\Element\Template
{
/**
* Return URL for refresh input element 'path' in form
*
* @return string
* @since 101.0.0
*/
public function getRefreshPathUrl()
{
return $this->getUrl('catalog/*/refreshPath', ['_current' => true]);
}
}