ModifyResultAfterFetchingObjectDataEvent¶
The PSR-14 event
\TYPO3\CMS\Extbase\Event\Persistence\ModifyResultAfterFetchingObjectDataEvent
is fired after the storage backend has pulled results from a given query.
Example¶
Note
Currently, we do not have an example for this event. If you can provide a useful one, please open an issue with your code snippets or a pull request.
API¶
- class TYPO3\CMS\Extbase\Event\Persistence\ModifyResultAfterFetchingObjectDataEvent¶
Event which is fired after the storage backend has pulled results from a given query.
- getQuery()¶
- Return type
TYPO3\CMS\Extbase\Persistence\QueryInterface
- getResult()¶
- Return type
array
- setResult(array $result)¶
- Parameters
$result (
array
) -- the result