| Current Path : /home/rtorresani/www/vendor/magento/module-backend/Block/Widget/Button/ |
| Current File : //home/rtorresani/www/vendor/magento/module-backend/Block/Widget/Button/ContextInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Backend\Block\Widget\Button;
/**
* Interface \Magento\Backend\Block\Widget\Button\ContextInterface
*
* @api
*/
interface ContextInterface
{
/**
* Check whether button rendering is allowed in current context
*
* @param \Magento\Backend\Block\Widget\Button\Item $item
* @return bool
*/
public function canRender(\Magento\Backend\Block\Widget\Button\Item $item);
}