‪TYPO3CMS  11.5
TYPO3\CMS\Redirects\Repository\RedirectRepository Class Reference

Public Member Functions

 findRedirectsByDemand (Demand $demand)
 
 countRedirectsByByDemand (Demand $demand)
 
 findHostsOfRedirects ()
 
 findStatusCodesOfRedirects ()
 
 removeByDemand (Demand $demand)
 

Protected Member Functions

 getQueryBuilderForDemand (Demand $demand)
 
 getQueryBuilder ()
 

Detailed Description

Class for accessing redirect records from the database

Definition at line 30 of file RedirectRepository.php.

Member Function Documentation

◆ countRedirectsByByDemand()

TYPO3\CMS\Redirects\Repository\RedirectRepository::countRedirectsByByDemand ( Demand  $demand)

◆ findHostsOfRedirects()

TYPO3\CMS\Redirects\Repository\RedirectRepository::findHostsOfRedirects ( )

Used for the filtering in the backend

Definition at line 126 of file RedirectRepository.php.

References TYPO3\CMS\Redirects\Repository\RedirectRepository\getQueryBuilder().

◆ findRedirectsByDemand()

TYPO3\CMS\Redirects\Repository\RedirectRepository::findRedirectsByDemand ( Demand  $demand)

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

Definition at line 35 of file RedirectRepository.php.

References TYPO3\CMS\Redirects\Repository\Demand\getLimit(), TYPO3\CMS\Redirects\Repository\Demand\getOffset(), and TYPO3\CMS\Redirects\Repository\RedirectRepository\getQueryBuilderForDemand().

◆ findStatusCodesOfRedirects()

TYPO3\CMS\Redirects\Repository\RedirectRepository::findStatusCodesOfRedirects ( )

Used for the filtering in the backend

Definition at line 140 of file RedirectRepository.php.

References TYPO3\CMS\Redirects\Repository\RedirectRepository\getQueryBuilder().

◆ getQueryBuilder()

◆ getQueryBuilderForDemand()

◆ removeByDemand()