| Current Path : /var/www/clients/client3/web2/web/vendor/magefan/module-translation/Api/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magefan/module-translation/Api/ConfigInterface.php |
<?php
/**
* Copyright © Magefan (support@magefan.com). All rights reserved.
* Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
*/
declare(strict_types=1);
namespace Magefan\Translation\Api;
/**
*
* @api
* @since 2.1.0
*/
interface ConfigInterface
{
/**
* @return bool
*/
public function isEnabled();
}