TYPO3  7.6
Public Member Functions | List of all members
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 ( $cacheActions,
$optionValues 
)

Modifies CacheMenuItems array

Parameters
array$cacheActionsArray of CacheMenuItems
array$optionValuesArray of AccessConfigurations-identifiers (typically used by userTS with options.clearCache.identifier)
Returns