RedirectRepository

Class for accessing redirect records from the database

Internal

Table of Contents

Methods

countRedirectsByByDemand()  : int
findHostsOfRedirects()  : array<string|int, mixed>
Used for the filtering in the backend
findRedirectsByDemand()  : array<string|int, mixed>
Used within the backend module, which also includes the hidden records, but never deleted records.
findStatusCodesOfRedirects()  : array<string|int, mixed>
Used for the filtering in the backend
removeByDemand()  : void
getQueryBuilder()  : QueryBuilder
getQueryBuilderForDemand()  : QueryBuilder
Prepares the QueryBuilder with Constraints from the Demand

Methods

countRedirectsByByDemand()

public countRedirectsByByDemand(Demand $demand) : int
Parameters
$demand : Demand
Return values
int

findHostsOfRedirects()

Used for the filtering in the backend

public findHostsOfRedirects() : array<string|int, mixed>
Return values
array<string|int, mixed>

findRedirectsByDemand()

Used within the backend module, which also includes the hidden records, but never deleted records.

public findRedirectsByDemand(Demand $demand) : array<string|int, mixed>
Parameters
$demand : Demand
Return values
array<string|int, mixed>

findStatusCodesOfRedirects()

Used for the filtering in the backend

public findStatusCodesOfRedirects() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results