GetVersionedDataEvent¶
Used in the workspaces module to find all data of versions of a workspace. In comparison to AfterDataGeneratedForWorkspaceEvent, this one contains the cleaned / prepared data with an optional limit applied depending on the view.
API¶
- getGridService()
| ReturnType:
\TYPO3\CMS\Workspaces\Service\GridDataService
|- getData()
| ReturnType: array |
- setData(array $data)
| ReturnType: void |
- getDataArrayPart()
| ReturnType: array |
- setDataArrayPart(array $dataArrayPart)
| ReturnType: void |
- getStart()
| ReturnType: int |
- getLimit()
| ReturnType: int |