public function ProjectExtension::getXsdValidationBasePath

Returns the base path for the XSD files.

@api

Return value

string The XSD base path

Overrides ExtensionInterface::getXsdValidationBasePath

1 method overrides ProjectExtension::getXsdValidationBasePath()
ProjectWithXsdExtension::getXsdValidationBasePath in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php
Returns the base path for the XSD files.

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php, line 22

Class

ProjectExtension

Code

public function getXsdValidationBasePath() {
  return false;
}