Viewing File: /home/maglabs/it/lib/internal/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);
}
Back to Directory
File Manager