TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Filelist\FileListEditIconHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Filelist\FileListEditIconHookInterface:
fileList_editIconHook

Public Member Functions

 manipulateEditIcons (&$cells, &$parentObject)
 

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 file list module and manipulated edit icon array

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

Definition at line 22 of file FileListEditIconHookInterface.php.

Member Function Documentation

◆ manipulateEditIcons()

TYPO3\CMS\Filelist\FileListEditIconHookInterface::manipulateEditIcons ( $cells,
$parentObject 
)

Modifies edit icon array

Parameters
array$cellsArray of edit icons
\TYPO3\CMS\Filelist\FileList$parentObjectParent object
Returns
void