You are here

public function ProjectWithXsdExtension::getNamespace in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php \ProjectWithXsdExtension::getNamespace()

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

@api

Return value

string The XML namespace

Overrides ProjectExtension::getNamespace

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php, line 10

Class

ProjectWithXsdExtension

Code

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