Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magefan/module-translation/Api/
Upload File :
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();
}