Smile\ElasticsuiteCore\Api\Index\IndexInterface::getType PHP Method

getType() public method

Retrieve an type by it's name.
public getType ( string $typeName ) : Smile\ElasticsuiteCore\Api\Index\TypeInterface
$typeName string Name of the retrieved type.
return Smile\ElasticsuiteCore\Api\Index\TypeInterface
    public function getType($typeName);