TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\RecordList\RecordListGetTableHookInterface Interface Reference

Public Member Functions

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

Detailed Description

Interface for classes which hook into 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$tableThe current database table
int$pageIdThe record's page ID
string$additionalWhereClauseAn additional WHERE clause
string$selectedFieldsListComma separated list of selected fields
\TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList$parentObjectParent object
Returns
void