You are here

public function ExtensionInterface::getXsdValidationBasePath in Zircon Profile 8

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

Returns the base path for the XSD files.

Return value

string The XSD base path

2 methods override ExtensionInterface::getXsdValidationBasePath()
Extension::getXsdValidationBasePath in vendor/symfony/dependency-injection/Extension/Extension.php
Returns the base path for the XSD files.
ProjectExtension::getXsdValidationBasePath in vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectExtension.php
Returns the base path for the XSD files.

File

vendor/symfony/dependency-injection/Extension/ExtensionInterface.php, line 45

Class

ExtensionInterface
ExtensionInterface is the interface implemented by container extension classes.

Namespace

Symfony\Component\DependencyInjection\Extension

Code

public function getXsdValidationBasePath();