public function ProjectWithXsdExtension::getNamespace in Service Container 7
Same name and namespace in other branches
- 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
Code
public function getNamespace() {
return 'http://www.example.com/schema/projectwithxsd';
}