‪TYPO3CMS  ‪main
TYPO3\CMS\Workspaces\Event\AfterCompiledCacheableDataForWorkspaceEvent Class Reference

Public Member Functions

 __construct (private readonly GridDataService $gridService, private array $data, private array $versions)
 
 getGridService ()
 
 getData ()
 
 setData (array $data)
 
 getVersions ()
 
 setVersions (array $versions)
 

Detailed Description

Used in the workspaces module to find all cacheable data of versions of a workspace.

Definition at line 25 of file AfterCompiledCacheableDataForWorkspaceEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Workspaces\Event\AfterCompiledCacheableDataForWorkspaceEvent::__construct ( private readonly GridDataService  $gridService,
private array  $data,
private array  $versions 
)

Member Function Documentation

◆ getData()

TYPO3\CMS\Workspaces\Event\AfterCompiledCacheableDataForWorkspaceEvent::getData ( )

◆ getGridService()

TYPO3\CMS\Workspaces\Event\AfterCompiledCacheableDataForWorkspaceEvent::getGridService ( )

◆ getVersions()

TYPO3\CMS\Workspaces\Event\AfterCompiledCacheableDataForWorkspaceEvent::getVersions ( )

◆ setData()

TYPO3\CMS\Workspaces\Event\AfterCompiledCacheableDataForWorkspaceEvent::setData ( array  $data)

◆ setVersions()

TYPO3\CMS\Workspaces\Event\AfterCompiledCacheableDataForWorkspaceEvent::setVersions ( array  $versions)