Smile\ElasticsuiteCore\Api\Index\IndexSettingsInterface::createIndexNameFromIdentifier PHP Method

createIndexNameFromIdentifier() public method

Create a new index for an identifier (eg. catalog_product) by store including current date.
public createIndexNameFromIdentifier ( string $indexIdentifier, integer | string | Magento\Store\Api\Data\StoreInterface $store ) : string
$indexIdentifier string Index identifier.
$store integer | string | Magento\Store\Api\Data\StoreInterface Store.
return string
    public function createIndexNameFromIdentifier($indexIdentifier, $store);