FinderIndexerHelper::isCommon
Method to check if a token is common in a language.
Signature
public function isCommon(string
$token,
string
$langĀ )
Parameters
-
$token
- The token to test.
-
$lang
- The language to reference.
Returns
- boolean
- True if common, false otherwise.