TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Toolbar\ClearCacheActionsHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\Toolbar\ClearCacheActionsHookInterface:
backend_cacheActionsHook

Public Member Functions

 manipulateCacheActions (&$cacheActions, &$optionValues)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Interface for classes which hook into ClearCacheMenu and manipulate CacheMenuItems array

Author
Steffen Kamper info@.nosp@m.sk-t.nosp@m.ypo3..nosp@m.de

Definition at line 21 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