| Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/framework/View/Design/Theme/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/magento/framework/View/Design/Theme/ListInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\View\Design\Theme;
/**
* Theme list interface
*
* @api
* @since 100.0.2
*/
interface ListInterface
{
/**
* Get theme by area and theme_path
*
* @param string $fullPath
* @return \Magento\Framework\View\Design\ThemeInterface
*/
public function getThemeByFullPath($fullPath);
}