RecordListGetTableHookInterface
Interface for classes which hook into \TYPO3\CMS\Backend\RecordList\DatabaseRecordList and do additional getTable processing
not in use since TYPO3 v12.0. will be removed in TYPO3 v13.0 and kept for backwards-compatibility for extensions using the hook and the new PSR-14 event "ModifyDatabaseQueryForRecordListingEvent" which should be used instead.
Table of Contents
Methods
- getDBlistQuery() : mixed
- modifies the DB list query
Methods
getDBlistQuery()
modifies the DB list query
public
getDBlistQuery(string $table, int $pageId, string &$additionalWhereClause, string &$selectedFieldsList, DatabaseRecordList &$parentObject) : mixed
Parameters
- $table : string
-
The current database table
- $pageId : int
-
The record's page ID
- $additionalWhereClause : string
-
An additional WHERE clause
- $selectedFieldsList : string
-
Comma separated list of selected fields
- $parentObject : DatabaseRecordList