lajax\translatemanager\services\scanners\ScannerFile::isValidCategory PHP Method

isValidCategory() protected method

Determines whether the category received as a parameter can be processed.
protected isValidCategory ( string $category ) : boolean
$category string
return boolean
    protected function isValidCategory($category)
    {
        return !in_array($category, $this->module->ignoredCategories);
    }