The type of the redirect object. May be:

  • redirect: A redirect that is saved and loaded from the database.
  • manual: A single-use redirect that was manually created on-the-fly.

Type: string

File

core/modules/redirect/redirect.class.inc, line 22

Class

Redirect
Provides a HTTP redirect from one Backdrop internal path to another.

Code

public $type = 'redirect';