You are here

public function ProjectExtension::getNamespace in Zircon Profile 8

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

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

Return value

string The XML namespace

Overrides ExtensionInterface::getNamespace

1 method overrides ProjectExtension::getNamespace()
ProjectWithXsdExtension::getNamespace in vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtension.php
Returns the namespace to be used for this extension (XML namespace).

File

vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectExtension.php, line 27

Class

ProjectExtension

Code

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