| Current Path : /home/rtorresani/www/vendor/magento/framework/View/Design/Theme/Customization/ |
| Current File : //home/rtorresani/www/vendor/magento/framework/View/Design/Theme/Customization/ConfigInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\View\Design\Theme\Customization;
/**
* Theme customization configuration interface
*
* @api
*/
interface ConfigInterface
{
/**
* Get customization file types
*
* @return array Mappings of customization file types to its classes
*/
public function getFileTypes();
}