<<

NAME

Koha::Template::Plugin::SafeURL - TT Plugin for filtering whole URLs

SYNOPSIS

[% USE SafeURL %]

[% $url | safe_url %]

This filter parses the text as a URL and returns the object which is stringified in a safe format.

METHODS

init

This method installs the filter name and declares it as a dynamic filter

filter

Returns a stringified version of a Perl URL object

<<