You are here

public function ProjectWithXsdExtension::getXsdValidationBasePath in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtension.php \ProjectWithXsdExtension::getXsdValidationBasePath()

Returns the base path for the XSD files.

Return value

string The XSD base path

Overrides ProjectExtension::getXsdValidationBasePath

File

vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtension.php, line 5

Class

ProjectWithXsdExtension

Code

public function getXsdValidationBasePath() {
  return __DIR__ . '/schema';
}