public function ProjectWithXsdExtension::getNamespace

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

@api

Return value

string The XML namespace

Overrides ProjectExtension::getNamespace

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php, line 10

Class

ProjectWithXsdExtension

Code

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