| Current Path : /home/rtorresani/www/vendor/magento/module-backend/Model/Widget/Grid/Row/ |
| Current File : //home/rtorresani/www/vendor/magento/module-backend/Model/Widget/Grid/Row/GeneratorInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Backend\Model\Widget\Grid\Row;
/**
* @api
* @since 100.0.2
*/
interface GeneratorInterface
{
/**
* Generate row url
*
* @param \Magento\Framework\DataObject $item
* @return string
*/
public function getUrl($item);
}