ModifyResultAfterFetchingObjectCountEvent

New in version 14.0

The PSR-14 event \TYPO3\CMS\Extbase\Event\Persistence\ModifyResultAfterFetchingObjectCountEvent is fired after the storage backend has counted the results from a given query.

API

class ModifyResultAfterFetchingObjectCountEvent
Fully qualified name
\TYPO3\CMS\Extbase\Event\Persistence\ModifyResultAfterFetchingObjectCountEvent

Event which is fired after the storage backend has counted the results of a given query.

getQuery ( )
Returns
\TYPO3\CMS\Extbase\Persistence\QueryInterface
getResult ( )
Returns
int
setResult ( int $result)
param $result

the result