| Current Path : /home/rtorresani/www/vendor/magento/module-advanced-search/Model/Client/ |
| Current File : //home/rtorresani/www/vendor/magento/module-advanced-search/Model/Client/ClientInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\AdvancedSearch\Model\Client;
/**
* @api
* @since 100.1.0
*/
interface ClientInterface
{
/**
* Validate connection params for search engine
*
* @return bool
* @since 100.1.0
*/
public function testConnection();
}