‪TYPO3CMS  9.5
TYPO3\CMS\Backend\Toolbar\ClearCacheActionsHookInterface Interface Reference

Public Member Functions

 manipulateCacheActions (&$cacheActions, &$optionValues)
 

Detailed Description

Interface for classes which hook into \TYPO3\CMS\Backend\Toolbar\ClearCacheToolbarItem and manipulate CacheMenuItems array

Definition at line 20 of file ClearCacheActionsHookInterface.php.

Member Function Documentation

◆ manipulateCacheActions()

TYPO3\CMS\Backend\Toolbar\ClearCacheActionsHookInterface::manipulateCacheActions ( $cacheActions,
$optionValues 
)

Modifies CacheMenuItems array

Parameters
array$cacheActions‪Array of CacheMenuItems
array$optionValues‪Array of AccessConfigurations-identifiers (typically used by userTS with options.clearCache.identifier)