Smile\ElasticsuiteCore\Api\Index\IndexOperationInterface::indexExists PHP Метод

indexExists() публичный Метод

Check if an index exists using it's identifier (e.g.: catalog_product) and by store.
public indexExists ( string $indexIdentifier, integer | string | Magento\Store\Api\Data\StoreInterface $store ) : boolean
$indexIdentifier string Index identifier.
$store integer | string | Magento\Store\Api\Data\StoreInterface Store (id, identifier or object).
Результат boolean
    public function indexExists($indexIdentifier, $store);