‪TYPO3CMS  9.5
TYPO3\CMS\Backend\RecordList\RecordListGetTableHookInterface Interface Reference

Public Member Functions

 getDBlistQuery ($table, $pageId, &$additionalWhereClause, &$selectedFieldsList, &$parentObject)
 

Detailed Description

Interface for classes which hook into \TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList and do additional getTable processing

Definition at line 21 of file RecordListGetTableHookInterface.php.

Member Function Documentation

◆ getDBlistQuery()

TYPO3\CMS\Backend\RecordList\RecordListGetTableHookInterface::getDBlistQuery (   $table,
  $pageId,
$additionalWhereClause,
$selectedFieldsList,
$parentObject 
)

modifies the DB list query

Parameters
string$table‪The current database table
int$pageId‪The record's page ID
string$additionalWhereClause‪An additional WHERE clause
string$selectedFieldsList‪Comma separated list of selected fields
\TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList$parentObject‪Parent \TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList object