Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension::getXsdValidationBasePath PHP Méthode

getXsdValidationBasePath() public méthode

Returns the base path for the XSD files.
public getXsdValidationBasePath ( ) : string
Résultat string The XSD base path
    public function getXsdValidationBasePath()
    {
        return __DIR__ . '/../Resources/config/schema';
    }