TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Form\DatabaseFileIconsHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\DatabaseFileIconsHookInterface:
t3lib_TCEforms_dbFileIconsHook

Public Member Functions

 dbFileIcons_postProcess (array &$params, &$selector, &$thumbnails, array &$icons, &$rightbox, &$fName, array &$uidList, array $additionalParams, \TYPO3\CMS\Backend\Form\FormEngine $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 and do additional dbFileIcons processing

Author
Andy Grunwald andre.nosp@m.as.g.nosp@m.runwa.nosp@m.ld@w.nosp@m.mdb.d.nosp@m.e

Definition at line 22 of file DatabaseFileIconsHookInterface.php.

Member Function Documentation

◆ dbFileIcons_postProcess()

TYPO3\CMS\Backend\Form\DatabaseFileIconsHookInterface::dbFileIcons_postProcess ( array &  $params,
$selector,
$thumbnails,
array &  $icons,
$rightbox,
$fName,
array &  $uidList,
array  $additionalParams,
\TYPO3\CMS\Backend\Form\FormEngine  $parentObject 
)

Modifies the parameters for selector box form-field for the db/file/select elements (multiple)

Parameters
array$paramsAn array of additional parameters, eg: "size", "info", "headers" (array with "selector" and "items"), "noBrowser", "thumbnails
string$selectorAlternative selector box.
string$thumbnailsThumbnail view of images. Only filled if there are images only. This images will be shown under the selectorbox.
array$iconsDefined icons next to the selector box.
string$rightboxThumbnail view of images. Only filled if there are other types as images. This images will be shown right next to the selectorbox.
string$fNameForm element name
array$uidListThe array of item-uids. Have a look at ::dbFileIcons parameter "$itemArray
array$additionalParamsArray with additional parameters which are be available at method call. Includes $mode, $allowed, $itemArray, $onFocus, $table, $field, $uid. For more information have a look at PHPDoc-Comment of ::dbFileIcons
\TYPO3\CMS\Backend\Form\FormEngine$parentObjectParent object
Returns
void