escapeUrl example


    public function escapeCss($string)
    {
        return $this->escaper->escapeCss((string) $string);
    }

    /** * {@inheritdoc} */
    public function escapeUrl($string)
    {
        return $this->escaper->escapeUrl((string) $string);
    }
}
Home | Imprint | This part of the site doesn't use cookies.