Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-theme/Controller/Adminhtml/System/Design/Theme/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-theme/Controller/Adminhtml/System/Design/Theme/Grid.php

<?php
/**
 *
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Theme\Controller\Adminhtml\System\Design\Theme;

/**
 * Class Grid
 * @deprecated 100.2.0
 */
class Grid extends \Magento\Theme\Controller\Adminhtml\System\Design\Theme
{
    /**
     * Grid ajax action
     *
     * @return void
     */
    public function execute()
    {
        $this->_view->loadLayout(false);
        $this->_view->renderLayout();
    }
}