Symfony\Bridge\Twig\Translation\TwigExtractor::canBeExtracted PHP Method

canBeExtracted() protected method

protected canBeExtracted ( string $file ) : boolean
$file string
return boolean
    protected function canBeExtracted($file)
    {
        return $this->isFile($file) && 'twig' === pathinfo($file, PATHINFO_EXTENSION);
    }