RecordListGetTableHookInterface
Interface for classes which hook into \TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList and do additional getTable processing
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
- 
                    Parent \TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList object