Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper::getName PHP Method

getName() public method

Returns the canonical name of this helper.
public getName ( ) : string
return string The canonical name
    public function getName()
    {
        return 'router';
    }