You are here

public function ProjectWithXsdExtension::getNamespace in Zircon Profile 8

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

Returns the namespace to be used for this extension (XML namespace).

Return value

string The XML namespace

Overrides ProjectExtension::getNamespace

File

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

Class

ProjectWithXsdExtension

Code

public function getNamespace() {
  return 'http://www.example.com/schema/projectwithxsd';
}