Symfony\Bridge\Twig\Translation\TwigExtractor::canBeExtracted PHP Méthode

canBeExtracted() protected méthode

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