['html']]), ]; return $filters; } /** * Returns a list of token parsers this extensions provides. * * @return array An array of token parsers */ public function getTokenParsers() { return []; } /** * Converts supplied URL to one relative to the website root. * @param mixed $url Specifies the application-relative URL * @return string */ public function appFilter($url) { return URL::to($url); } }