RedirectStatus implements StatusProviderInterface, RequestAwareStatusProviderInterface

Performs checks regarding redirects

Table of Contents

Interfaces

StatusProviderInterface
Interface for classes which provide a status report entry.
RequestAwareStatusProviderInterface
Interface for classes which provide a status report entry using information from the current request

Properties

$backendViewFactory  : BackendViewFactory

Methods

__construct()  : mixed
getLabel()  : string
Return label of this status
getStatus()  : array<string|int, Status>
Determines the status of the FAL index.
getConflictingRedirects()  : Status
getLanguageService()  : LanguageService

Properties

Methods

getLabel()

Return label of this status

public getLabel() : string
Return values
string

getStatus()

Determines the status of the FAL index.

public getStatus([ServerRequestInterface|null $request = null ]) : array<string|int, Status>
Parameters
$request : ServerRequestInterface|null = null
Return values
array<string|int, Status>

getConflictingRedirects()

protected getConflictingRedirects(ServerRequestInterface $request) : Status
Parameters
$request : ServerRequestInterface
Return values
Status

        
On this page

Search results