Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension::getXsdValidationBasePath PHP Method

getXsdValidationBasePath() public method

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