SpellProvider
interface SpellProvider (View source)
Methods
                    public                                                                            
                
                    array
                
                                
                    getSuggestions(string $locale, string $word)
        
                                            
                
            Returns suggestions of for a specific word.
Details
        
                            array
    checkWords(string $locale, array $words)
        
    
    Spellchecks an array of words.
        
                            array
    getSuggestions(string $locale, string $word)
        
    
    Returns suggestions of for a specific word.