class RedirectorPage extends Page (View source)

A redirector page redirects when the page is visited.

Properties

string $RedirectionType

Either 'Internal' or 'External'

string $ExternalURL

URL to redirect to if $RedirectionType is 'External'

int $LinkToID

Methods

ContentSource()

Returns this page if the redirect is external, otherwise returns the target page.

string
Link(string $action = null)

Return the the link that should be used for this redirector page, in navigation, etc.

string
regularLink(string $action = null)

Return the normal link directly to this page. Once you visit this link, a 30x redirection will take you to your final destination.

redirectionLink()

Return the link that we should redirect to.

syncLinkTracking()

No description

onBeforeWrite()

No description

getCMSFields()

No description

subPagesToCache()

No description

LinkTo()

Page to link to if $RedirectionType is 'Internal'

Details

SiteTree ContentSource()

Returns this page if the redirect is external, otherwise returns the target page.

Return Value

SiteTree

Return the the link that should be used for this redirector page, in navigation, etc.

If the redirectorpage has been appropriately configured, then it will return the redirection destination, to prevent unnecessary 30x redirections. However, if it's misconfigured, then it will return a link to itself, which will then display an error message.

Parameters

string $action

Return Value

string

Return the normal link directly to this page. Once you visit this link, a 30x redirection will take you to your final destination.

Parameters

string $action

Return Value

string

Return the link that we should redirect to.

Only return a value if there is a legal redirection destination.

syncLinkTracking()

onBeforeWrite()

getCMSFields()

subPagesToCache()

SiteTree LinkTo()

Page to link to if $RedirectionType is 'Internal'

Return Value

SiteTree