FOS\UserBundle\Templating\Helper\SecurityHelper::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 'fos_user_security';
    }