TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Form\DatabaseFileIconsHookInterface Interface Reference

Public Member Functions

 dbFileIcons_postProcess (array &$params, &$selector, &$thumbnails, array &$icons, &$rightbox, &$fName, array &$uidList, array $additionalParams, $parentObject)
 

Detailed Description

Interface for classes which hook into and do additional dbFileIcons processing

Definition at line 21 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,
  $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.
object$parentObjectParent object
Returns
void