URL rewriter interface.  
 More...
|  | 
| static | html_head_setup () | 
|  | Gives a url rewriting plugin a chance to rewrite the current page url avoiding redirects and improving performance. 
 | 
|  | 
| static | url_rewrite (\moodle_url $url) | 
|  | Rewrite moodle_urls into another form. 
 | 
|  | 
URL rewriter interface. 
- Author
- Brendan Heywood brend.nosp@m.an@c.nosp@m.ataly.nosp@m.st-a.nosp@m.u.net 
- Copyright
- Catalyst IT 
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
◆ html_head_setup()
  
  | 
        
          | static core\output\url_rewriter::html_head_setup | ( |  | ) |  |  | static | 
 
Gives a url rewriting plugin a chance to rewrite the current page url avoiding redirects and improving performance. 
- Return values
- 
  
  
 
 
◆ url_rewrite()
  
  | 
        
          | static core\output\url_rewriter::url_rewrite | ( | \moodle_url | $url | ) |  |  | static | 
 
Rewrite moodle_urls into another form. 
- Parameters
- 
  
  
- Return values
- 
  
  
 
 
The documentation for this interface was generated from the following file: