| 1 redirect.class.inc | public Redirect::save() | 
Save this redirect object.
File
- core/modules/ redirect/ redirect.class.inc, line 141 
Class
- Redirect
- Provides a HTTP redirect from one Backdrop internal path to another.
Code
public function save() {
  return redirect_save($this);
}
