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
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
$backendViewFactory read-only
protected
BackendViewFactory
$backendViewFactory
Methods
__construct()
public
__construct(BackendViewFactory $backendViewFactory) : mixed
Parameters
- $backendViewFactory : BackendViewFactory
getLabel()
Return label of this status
public
getLabel() : string
Return values
stringgetStatus()
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
StatusgetLanguageService()
protected
getLanguageService() : LanguageService