‪TYPO3CMS  9.5
TYPO3\CMS\Filelist\FileList Class Reference

Public Member Functions

 __construct (FileListController $fileListController=null)
 
 injectResourceFactory (ResourceFactory $resourceFactory)
 
 start (Folder $folderObject, $pointer, $sort, $sortRev, $clipBoard=false, $bigControlPanel=false)
 
 generateList ()
 
string linkClipboardHeaderIcon ($string, $_, $cmd, $warning='')
 
string getTable ($rowlist)
 
string addElement ($h, $icon, $data, $rowParams='', $_='', $_2='', $colType='td')
 
 writeTop ()
 
array fwd_rwd_nav ($table='')
 
string fwd_rwd_HTML ($type, $pointer, $table='')
 
string CBfunctions ()
 
 initializeLanguages ()
 
string languageFlag ($sys_language_uid, $addAsAdditionalText=true)
 
string getFolderInfo ()
 
string formatDirList (array $folders)
 
string linkWrapDir ($title, Folder $folderObject)
 
string linkWrapFile ($code, File $fileObject)
 
string listURL ($altId='', $table='-1', $exclList='')
 
string formatFileList (array $files)
 
bool isImage ($ext)
 
bool isMediaFile ($ext)
 
string linkWrapSort ($code, $folderIdentifier, $col)
 
string makeClip ($fileOrFolderObject)
 
string makeEdit ($fileOrFolderObject)
 
string makeRef ($fileOrFolderObject)
 

Public Attributes

int $iLimit = 40
 
bool $thumbs = false
 
string $spaceIcon
 
int $fixedL = 30
 
string $sort = ''
 
bool $sortRev = 1
 
int $firstElementNumber = 0
 
bool $clipBoard = 0
 
bool $bigControlPanel = 0
 
string $JScode = ''
 
string $HTMLcode = ''
 
int $totalbytes = 0
 
array $dirs = array( )
 
array $files = array( )
 
string $path = ''
 
int $leftMargin = 0
 
string $totalItems = ''
 
array $fieldArray = array( )
 
int $setLMargin = 1
 
array $pageOverlays = array( )
 
int $counter = 0
 
array $languageIconTitles = array( )
 
string $thisScript = ''
 
string $oddColumnsCssClass = ''
 
int $eCounter = 0
 
TranslationConfigurationProvider $translateTools
 
array $addElement_tdParams = array( )
 
int $no_noWrap = 0
 
int $showIcon = 1
 
array $addElement_tdCssClass = array( )
 
array $CBnames = array( )
 
Clipboard $clipObj
 

Protected Member Functions

string getLinkToParentFolder (Folder $currentFolder)
 
array getTranslationsForMetaData ($metaDataRecord)
 
TYPO3 CMS Core Localization LanguageService getLanguageService ()
 
TYPO3 CMS Core Authentication BackendUserAuthentication getBackendUser ()
 
 determineScriptUrl ()
 
string getThisScript ()
 
TranslationConfigurationProvider getTranslateTools ()
 
string generateReferenceToolTip ($references, $launchViewParameter='')
 

Protected Attributes

Folder $folderObject
 
ResourceFactory $resourceFactory
 
IconFactory $iconFactory
 
int $id = 0
 
FileListController $fileListController
 
ThumbnailConfiguration $thumbnailConfiguration
 

Detailed Description

Class for rendering of File>Filelist

this is a concrete TYPO3 controller implementation and solely used for EXT:filelist and not part of TYPO3's Core API.

Definition at line 46 of file FileList.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Filelist\FileList::__construct ( FileListController  $fileListController = null)

Member Function Documentation

◆ addElement()

string TYPO3\CMS\Filelist\FileList::addElement (   $h,
  $icon,
  $data,
  $rowParams = '',
  $_ = '',
  $_2 = '',
  $colType = 'td' 
)

Returns a table-row with the content from the fields in the input data array. OBS: $this->fieldArray MUST be set! (represents the list of fields to display)

Parameters
int$h‪Is an integer >=0 and denotes how tall an element is. Set to '0' makes a halv line, -1 = full line, set to 1 makes a 'join' and above makes 'line'
string$icon‪Is the + of the record. If not supplied the first 'join'-icon will be a 'line' instead
array$data‪Is the dataarray, record with the fields. Notice: These fields are (currently) NOT htmlspecialchar'ed before being wrapped in

-tags

Parameters
string$rowParams‪Is insert in the

-tags. Must carry a ' ' as first character

Parameters
string$_‪OBSOLETE - NOT USED ANYMORE. $lMargin is the leftMargin (int)
string$_2‪OBSOLETE - NOT USED ANYMORE. Is the HTML -tag for an alternative 'gfx/ol/line.gif'-icon (used in the top)
string$colType‪Defines the tag being used for the columns. Default is td.
Returns
‪string HTML content for the table row

Definition at line 533 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\$fieldArray, and $fields.

Referenced by TYPO3\CMS\Filelist\FileList\formatDirList(), TYPO3\CMS\Filelist\FileList\formatFileList(), TYPO3\CMS\Filelist\FileList\fwd_rwd_nav(), and TYPO3\CMS\Filelist\FileList\getTable().

◆ CBfunctions()

string TYPO3\CMS\Filelist\FileList::CBfunctions ( )

Returning JavaScript for ClipBoard functionality.

Returns
‪string

Definition at line 685 of file FileList.php.

◆ determineScriptUrl()

TYPO3\CMS\Filelist\FileList::determineScriptUrl ( )
protected

Sets the script url depending on being a module or script request

Definition at line 1486 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\__construct().

◆ formatDirList()

◆ formatFileList()

◆ fwd_rwd_HTML()

string TYPO3\CMS\Filelist\FileList::fwd_rwd_HTML (   $type,
  $pointer,
  $table = '' 
)

Creates the button with link to either forward or reverse

Parameters
string$type‪Type: "fwd" or "rwd
int$pointer‪Pointer
string$table‪Table name
Returns
‪string

Definition at line 657 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\$iLimit, TYPO3\CMS\Filelist\FileList\listURL(), and TYPO3\CMS\Core\Imaging\Icon\SIZE_SMALL.

Referenced by TYPO3\CMS\Filelist\FileList\fwd_rwd_nav().

◆ fwd_rwd_nav()

array TYPO3\CMS\Filelist\FileList::fwd_rwd_nav (   $table = '')

Creates a forward/reverse button based on the status of ->eCounter, ->firstElementNumber, ->iLimit

Parameters
string$table‪Table name
Returns
‪array array([boolean], [HTML]) where [boolean] is 1 for reverse element, [HTML] is the table-row code for the element

Definition at line 625 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\addElement(), and TYPO3\CMS\Filelist\FileList\fwd_rwd_HTML().

Referenced by TYPO3\CMS\Filelist\FileList\getTable().

◆ generateList()

TYPO3\CMS\Filelist\FileList::generateList ( )

Reading files and directories, counting elements and generating the list in ->HTMLcode

Definition at line 301 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\getTable().

◆ generateReferenceToolTip()

string TYPO3\CMS\Filelist\FileList::generateReferenceToolTip (   $references,
  $launchViewParameter = '' 
)
protected

Generates HTML code for a Reference tooltip out of sys_refindex records you hand over

Parameters
int$references‪number of records from sys_refindex table
string$launchViewParameter‪JavaScript String, which will be passed as parameters to top.TYPO3.InfoWindow.showItem
Returns
‪string

Definition at line 1525 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\getLanguageService().

Referenced by TYPO3\CMS\Filelist\FileList\makeRef().

◆ getBackendUser()

TYPO3 CMS Core Authentication BackendUserAuthentication TYPO3\CMS\Filelist\FileList::getBackendUser ( )
protected

Returns the current BE user.

Returns
‪\TYPO3\CMS\Core\Authentication\BackendUserAuthentication

Definition at line 1478 of file FileList.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Filelist\FileList\__construct(), TYPO3\CMS\Filelist\FileList\formatFileList(), TYPO3\CMS\Filelist\FileList\makeEdit(), and TYPO3\CMS\Filelist\FileList\start().

◆ getFolderInfo()

string TYPO3\CMS\Filelist\FileList::getFolderInfo ( )

Gets the number of files and total size of a folder

Returns
‪string

Definition at line 814 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\getLanguageService().

◆ getLanguageService()

◆ getLinkToParentFolder()

string TYPO3\CMS\Filelist\FileList::getLinkToParentFolder ( Folder  $currentFolder)
protected

If there is a parent folder and user has access to it, return an icon which is linked to the filelist of the parent folder.

Parameters
Folder$currentFolder
Returns
‪string

Definition at line 790 of file FileList.php.

References TYPO3\CMS\Core\Resource\Folder\getIdentifier(), TYPO3\CMS\Filelist\FileList\getLanguageService(), TYPO3\CMS\Core\Resource\Folder\getParentFolder(), TYPO3\CMS\Core\Resource\Folder\getStorage(), TYPO3\CMS\Filelist\FileList\linkWrapDir(), and TYPO3\CMS\Core\Imaging\Icon\SIZE_SMALL.

◆ getTable()

◆ getThisScript()

string TYPO3\CMS\Filelist\FileList::getThisScript ( )
protected
Returns
‪string

Definition at line 1499 of file FileList.php.

◆ getTranslateTools()

TranslationConfigurationProvider TYPO3\CMS\Filelist\FileList::getTranslateTools ( )
protected

Gets an instance of TranslationConfigurationProvider

Returns
‪TranslationConfigurationProvider

Definition at line 1509 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\$translateTools.

Referenced by TYPO3\CMS\Filelist\FileList\__construct(), and TYPO3\CMS\Filelist\FileList\initializeLanguages().

◆ getTranslationsForMetaData()

array TYPO3\CMS\Filelist\FileList::getTranslationsForMetaData (   $metaDataRecord)
protected

Fetch the translations for a sys_file_metadata record

Parameters
$metaDataRecord
Returns
‪array keys are the sys_language uids, values are the $rows

Definition at line 1125 of file FileList.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Filelist\FileList\formatFileList().

◆ initializeLanguages()

TYPO3\CMS\Filelist\FileList::initializeLanguages ( )

◆ injectResourceFactory()

TYPO3\CMS\Filelist\FileList::injectResourceFactory ( ResourceFactory  $resourceFactory)
Parameters
ResourceFactory$resourceFactory

Definition at line 264 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\$resourceFactory.

◆ isImage()

bool TYPO3\CMS\Filelist\FileList::isImage (   $ext)

Returns TRUE if $ext is an image-extension according to $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']

Parameters
string$ext‪File extension
Returns
‪bool

Definition at line 1157 of file FileList.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Filelist\FileList\formatFileList().

◆ isMediaFile()

bool TYPO3\CMS\Filelist\FileList::isMediaFile (   $ext)

Returns TRUE if $ext is an media-extension according to $GLOBALS['TYPO3_CONF_VARS']['SYS']['mediafile_ext']

Parameters
string$ext‪File extension
Returns
‪bool

Definition at line 1168 of file FileList.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Filelist\FileList\formatFileList().

◆ languageFlag()

string TYPO3\CMS\Filelist\FileList::languageFlag (   $sys_language_uid,
  $addAsAdditionalText = true 
)

Return the icon for the language

Parameters
int$sys_language_uid‪Sys language uid
bool$addAsAdditionalText‪If set to true, only the flag is returned
Returns
‪string Language icon

Definition at line 765 of file FileList.php.

References TYPO3\CMS\Core\Imaging\Icon\SIZE_SMALL.

◆ linkClipboardHeaderIcon()

string TYPO3\CMS\Filelist\FileList::linkClipboardHeaderIcon (   $string,
  $_,
  $cmd,
  $warning = '' 
)

Wrapping input string in a link with clipboard command.

Parameters
string$string‪String to be linked - must be htmlspecialchar'ed / prepared before.
string$_‪unused
string$cmd‪"cmd" value
string$warning‪Warning for JS confirm message
Returns
‪string Linked string

Definition at line 315 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\getTable().

◆ linkWrapDir()

string TYPO3\CMS\Filelist\FileList::linkWrapDir (   $title,
Folder  $folderObject 
)

Wraps the directory-titles

Parameters
string$title‪String to be wrapped in links
Folder$folderObject‪Folder to work on
Returns
‪string HTML

Definition at line 914 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\$folderObject, and TYPO3\CMS\Core\Resource\Folder\getCombinedIdentifier().

Referenced by TYPO3\CMS\Filelist\FileList\formatDirList(), and TYPO3\CMS\Filelist\FileList\getLinkToParentFolder().

◆ linkWrapFile()

string TYPO3\CMS\Filelist\FileList::linkWrapFile (   $code,
File  $fileObject 
)

Wraps filenames in links which opens the metadata editor.

Parameters
string$code‪String to be wrapped in links
File$fileObject‪File to be linked
Returns
‪string HTML

Definition at line 934 of file FileList.php.

References TYPO3\CMS\Core\Resource\File\_getMetaData(), TYPO3\CMS\Core\Resource\File\checkActionPermission(), TYPO3\CMS\Filelist\FileList\getLanguageService(), TYPO3\CMS\Core\Resource\File\isIndexed(), and TYPO3\CMS\Filelist\FileList\listURL().

Referenced by TYPO3\CMS\Filelist\FileList\formatFileList().

◆ linkWrapSort()

string TYPO3\CMS\Filelist\FileList::linkWrapSort (   $code,
  $folderIdentifier,
  $col 
)

Wraps the directory-titles ($code) in a link to filelist/Modules/Filelist/index.php (id=$path) and sorting commands...

Parameters
string$code‪String to be wrapped
string$folderIdentifier‪ID (path)
string$col‪Sorting column
Returns
‪string HTML

Definition at line 1181 of file FileList.php.

References TYPO3\CMS\Core\Imaging\Icon\SIZE_SMALL.

Referenced by TYPO3\CMS\Filelist\FileList\getTable().

◆ listURL()

string TYPO3\CMS\Filelist\FileList::listURL (   $altId = '',
  $table = '-1',
  $exclList = '' 
)

Returns list URL; This is the URL of the current script with id and imagemode parameters, that's all. The URL however is not relative, otherwise GeneralUtility::sanitizeLocalUrl() would say that the URL would be invalid

Parameters
string$altId
string$table‪Table name to display. Enter "-1" for the current table.
string$exclList‪Comma separated list of fields NOT to include ("sortField", "sortRev" or "firstElementNumber")
Returns
‪string URL

Definition at line 970 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\formatFileList(), TYPO3\CMS\Filelist\FileList\fwd_rwd_HTML(), TYPO3\CMS\Filelist\FileList\linkWrapFile(), and TYPO3\CMS\Filelist\FileList\makeEdit().

◆ makeClip()

string TYPO3\CMS\Filelist\FileList::makeClip (   $fileOrFolderObject)

Creates the clipboard control pad

Parameters
File | Folder$fileOrFolderObject‪Array with information about the file/directory for which to make the clipboard panel for the listing.
Returns
‪string HTML-table

Definition at line 1205 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\$spaceIcon, TYPO3\CMS\Core\Resource\Folder\checkActionPermission(), TYPO3\CMS\Filelist\FileList\getLanguageService(), TYPO3\CMS\Core\Resource\Folder\getStorage(), TYPO3\CMS\Core\Resource\ResourceStorage\isWithinFolder(), and TYPO3\CMS\Core\Imaging\Icon\SIZE_SMALL.

Referenced by TYPO3\CMS\Filelist\FileList\formatDirList(), and TYPO3\CMS\Filelist\FileList\formatFileList().

◆ makeEdit()

string TYPO3\CMS\Filelist\FileList::makeEdit (   $fileOrFolderObject)

◆ makeRef()

string TYPO3\CMS\Filelist\FileList::makeRef (   $fileOrFolderObject)

Make reference count

Parameters
File | Folder$fileOrFolderObject‪Array with information about the file/directory for which to make the clipboard panel for the listing.
Returns
‪string HTML

Definition at line 1432 of file FileList.php.

References TYPO3\CMS\Filelist\FileList\generateReferenceToolTip().

Referenced by TYPO3\CMS\Filelist\FileList\formatDirList(), and TYPO3\CMS\Filelist\FileList\formatFileList().

◆ start()

TYPO3\CMS\Filelist\FileList::start ( Folder  $folderObject,
  $pointer,
  $sort,
  $sortRev,
  $clipBoard = false,
  $bigControlPanel = false 
)

◆ writeTop()

TYPO3\CMS\Filelist\FileList::writeTop ( )

Dummy function, used to write the top of a table listing.

Definition at line 615 of file FileList.php.

Member Data Documentation

◆ $addElement_tdCssClass

array TYPO3\CMS\Filelist\FileList::$addElement_tdCssClass = array( )

Keys are fieldnames and values are td-css-classes to add in addElement();

Definition at line 204 of file FileList.php.

◆ $addElement_tdParams

array TYPO3\CMS\Filelist\FileList::$addElement_tdParams = array( )

Keys are fieldnames and values are td-parameters to add in addElement(), please use $addElement_tdCSSClass for CSS-classes;

Definition at line 190 of file FileList.php.

◆ $bigControlPanel

bool TYPO3\CMS\Filelist\FileList::$bigControlPanel = 0

Definition at line 94 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\start().

◆ $CBnames

array TYPO3\CMS\Filelist\FileList::$CBnames = array( )

Definition at line 212 of file FileList.php.

◆ $clipBoard

bool TYPO3\CMS\Filelist\FileList::$clipBoard = 0

Definition at line 90 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\start().

◆ $clipObj

Clipboard TYPO3\CMS\Filelist\FileList::$clipObj

$clipObj

Definition at line 216 of file FileList.php.

◆ $counter

int TYPO3\CMS\Filelist\FileList::$counter = 0

Counter increased for each element. Used to index elements for the JavaScript-code that transfers to the clipboard

Definition at line 156 of file FileList.php.

◆ $dirs

array TYPO3\CMS\Filelist\FileList::$dirs = array( )

Definition at line 112 of file FileList.php.

◆ $eCounter

int TYPO3\CMS\Filelist\FileList::$eCounter = 0

Counting the elements no matter what

Definition at line 180 of file FileList.php.

◆ $fieldArray

array TYPO3\CMS\Filelist\FileList::$fieldArray = array( )

Decides the columns shown. Filled with values that refers to the keys of the data-array. $this->fieldArray[0] is the title column.

Definition at line 138 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\addElement().

◆ $fileListController

FileListController TYPO3\CMS\Filelist\FileList::$fileListController
protected
Deprecated:
‪since TYPO3 v9, will be removed in TYPO3 v10.0.

Definition at line 233 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\__construct().

◆ $files

array TYPO3\CMS\Filelist\FileList::$files = array( )

◆ $firstElementNumber

int TYPO3\CMS\Filelist\FileList::$firstElementNumber = 0

Definition at line 86 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\getTable().

◆ $fixedL

int TYPO3\CMS\Filelist\FileList::$fixedL = 30

Max length of strings

Definition at line 70 of file FileList.php.

◆ $folderObject

Folder TYPO3\CMS\Filelist\FileList::$folderObject
protected

◆ $HTMLcode

string TYPO3\CMS\Filelist\FileList::$HTMLcode = ''

String with accumulated HTML content

Definition at line 104 of file FileList.php.

◆ $iconFactory

IconFactory TYPO3\CMS\Filelist\FileList::$iconFactory
protected

Definition at line 224 of file FileList.php.

◆ $id

int TYPO3\CMS\Filelist\FileList::$id = 0
protected

Definition at line 228 of file FileList.php.

◆ $iLimit

int TYPO3\CMS\Filelist\FileList::$iLimit = 40

Default Max items shown

Definition at line 52 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\fwd_rwd_HTML(), and TYPO3\CMS\Filelist\FileList\getTable().

◆ $JScode

string TYPO3\CMS\Filelist\FileList::$JScode = ''

Definition at line 98 of file FileList.php.

◆ $languageIconTitles

array TYPO3\CMS\Filelist\FileList::$languageIconTitles = array( )

Contains sys language icons and titles

Definition at line 162 of file FileList.php.

◆ $leftMargin

int TYPO3\CMS\Filelist\FileList::$leftMargin = 0

OBSOLETE - NOT USED ANYMORE. leftMargin

Definition at line 126 of file FileList.php.

◆ $no_noWrap

int TYPO3\CMS\Filelist\FileList::$no_noWrap = 0

Definition at line 194 of file FileList.php.

◆ $oddColumnsCssClass

string TYPO3\CMS\Filelist\FileList::$oddColumnsCssClass = ''

If set this is

CSS-classname for odd columns in addElement. Used with db_layout / pages section

Definition at line 174 of file FileList.php.

◆ $pageOverlays

array TYPO3\CMS\Filelist\FileList::$pageOverlays = array( )

Contains page translation languages

Definition at line 150 of file FileList.php.

◆ $path

string TYPO3\CMS\Filelist\FileList::$path = ''

Definition at line 120 of file FileList.php.

◆ $resourceFactory

ResourceFactory TYPO3\CMS\Filelist\FileList::$resourceFactory
protected

Definition at line 220 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\injectResourceFactory().

◆ $setLMargin

int TYPO3\CMS\Filelist\FileList::$setLMargin = 1

Set to zero, if you don't want a left-margin with addElement function

Definition at line 144 of file FileList.php.

◆ $showIcon

int TYPO3\CMS\Filelist\FileList::$showIcon = 1

Definition at line 198 of file FileList.php.

◆ $sort

string TYPO3\CMS\Filelist\FileList::$sort = ''

The field to sort by

Definition at line 76 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\start().

◆ $sortRev

bool TYPO3\CMS\Filelist\FileList::$sortRev = 1

Reverse sorting flag

Definition at line 82 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\start().

◆ $spaceIcon

string TYPO3\CMS\Filelist\FileList::$spaceIcon

Space icon used for alignment when no button is available

Definition at line 64 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\getTable(), TYPO3\CMS\Filelist\FileList\makeClip(), and TYPO3\CMS\Filelist\FileList\makeEdit().

◆ $thisScript

string TYPO3\CMS\Filelist\FileList::$thisScript = ''

Script URL

Definition at line 168 of file FileList.php.

◆ $thumbnailConfiguration

ThumbnailConfiguration TYPO3\CMS\Filelist\FileList::$thumbnailConfiguration
protected

Definition at line 237 of file FileList.php.

◆ $thumbs

bool TYPO3\CMS\Filelist\FileList::$thumbs = false

Thumbnails on records containing files (pictures)

Definition at line 58 of file FileList.php.

◆ $totalbytes

int TYPO3\CMS\Filelist\FileList::$totalbytes = 0

Definition at line 108 of file FileList.php.

◆ $totalItems

string TYPO3\CMS\Filelist\FileList::$totalItems = ''

This could be set to the total number of items. Used by the fwd_rew_navigation...

Definition at line 132 of file FileList.php.

◆ $translateTools

TranslationConfigurationProvider TYPO3\CMS\Filelist\FileList::$translateTools

Definition at line 184 of file FileList.php.

Referenced by TYPO3\CMS\Filelist\FileList\getTranslateTools().