You are here

public function Extension::getXsdValidationBasePath in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/dependency-injection/Extension/Extension.php \Symfony\Component\DependencyInjection\Extension\Extension::getXsdValidationBasePath()

Returns the base path for the XSD files.

Return value

string The XSD base path

Overrides ExtensionInterface::getXsdValidationBasePath

File

vendor/symfony/dependency-injection/Extension/Extension.php, line 34

Class

Extension
Provides useful features shared by many extensions.

Namespace

Symfony\Component\DependencyInjection\Extension

Code

public function getXsdValidationBasePath() {
  return false;
}