| Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-import-export/Block/Adminhtml/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/magento/module-import-export/Block/Adminhtml/History.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\ImportExport\Block\Adminhtml;
/**
* Adminhtml import history page content block
*
* @api
* @since 100.0.2
*/
class History extends \Magento\Backend\Block\Widget\Grid\Container
{
/**
* Class constructor
*
* @return void
*/
protected function _construct()
{
parent::_construct();
$this->removeButton('add');
}
}