| Current Path : /home/rtorresani/www/vendor/magento/framework/ObjectManager/ |
| Current File : //home/rtorresani/www/vendor/magento/framework/ObjectManager/DynamicConfigInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Framework\ObjectManager;
/**
* Interface \Magento\Framework\ObjectManager\DynamicConfigInterface
*
* @api
*/
interface DynamicConfigInterface
{
/**
* Map application initialization params to Object Manager configuration format
*
* @return array
*/
public function getConfiguration();
}