TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Toolbar\ClearCacheActionsHookInterface Interface Reference

Public Member Functions

 manipulateCacheActions (&$cacheActions, &$optionValues)
 

Detailed Description

Interface for classes which hook into 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$cacheActionsArray of CacheMenuItems
array$optionValuesArray of AccessConfigurations-identifiers (typically used by userTS with options.clearCache.identifier)
Returns