public function ExtensionInterface::getXsdValidationBasePath

Returns the base path for the XSD files.

@api

Return value

string The XSD base path

2 methods override ExtensionInterface::getXsdValidationBasePath()
Extension::getXsdValidationBasePath in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/Extension.php
Returns the base path for the XSD files.
ProjectExtension::getXsdValidationBasePath in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php
Returns the base path for the XSD files.

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php, line 53

Class

ExtensionInterface
ExtensionInterface is the interface implemented by container extension classes.

Namespace

Symfony\Component\DependencyInjection\Extension

Code

public function getXsdValidationBasePath();