Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerExtension::getNamespace PHP Method

getNamespace() public method

Returns the namespace to be used for this extension (XML namespace).
public getNamespace ( ) : string
return string The XML namespace
    public function getNamespace()
    {
        return 'http://symfony.com/schema/dic/swiftmailer';
    }