‪TYPO3CMS  11.5
sys_file.php File Reference

Go to the source code of this file.

Variables

 return ['ctrl'=>['title'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file', 'label'=> 'name', 'tstamp'=> 'tstamp', 'type'=> 'type', 'hideTable'=> true, 'rootLevel'=> 1, 'default_sortby'=> 'name ASC', 'typeicon_column'=> 'type', 'typeicon_classes'=>['1'=> 'mimetypes-text-text', '2'=> 'mimetypes-media-image', '3'=> 'mimetypes-media-audio', '4'=> 'mimetypes-media-video', '5'=> 'mimetypes-application', 'default'=> 'mimetypes-other-other',], 'security'=>['ignoreWebMountRestriction'=> true, 'ignoreRootLevelRestriction'=> true,], 'searchFields'=> 'name, type, mime_type',], 'columns'=>['fileinfo'=>['config'=>['type'=> 'none', 'renderType'=> 'fileInfo',],], 'storage'=>['label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.storage', 'config'=>['readOnly'=> true, 'type'=> 'select', 'renderType'=> 'selectSingle', 'items'=>[['', 0],], 'foreign_table'=> 'sys_file_storage', 'maxitems'=> 1,],], 'identifier'=>['label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.identifier', 'config'=>['readOnly'=> true, 'type'=> 'input', 'size'=> 30,],], 'name'=>['label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.name', 'config'=>['readOnly'=> true, 'type'=> 'input', 'size'=> 30, 'eval'=> 'required',],], 'type'=>['label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type', 'config'=>['readOnly'=> true, 'type'=> 'select', 'renderType'=> 'selectSingle', 'items'=>[['LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.unknown', 0], ['LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.text', 1], ['LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.image', 2], ['LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.audio', 3], ['LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.video', 4], ['LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.software', 5],],],], 'mime_type'=>['label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.mime_type', 'config'=>['readOnly'=> true, 'type'=> 'input', 'size'=> 30,],], 'sha1'=>['label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.sha1', 'config'=>['readOnly'=> true, 'type'=> 'input', 'size'=> 30,],], 'size'=>['label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.size', 'config'=>['readOnly'=> true, 'type'=> 'input', 'size'=> 8, 'max'=> 30, 'eval'=> 'int', 'default'=> 0,],], 'missing'=>['label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.missing', 'config'=>['readOnly'=> true, 'type'=> 'check', 'default'=> 0,],], 'metadata'=>['label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.metadata', 'config'=>['readOnly'=> true, 'type'=> 'inline', 'foreign_table'=> 'sys_file_metadata', 'foreign_field'=> 'file', 'size'=> 1, 'minitems'=> 1, 'maxitems'=> 1,],],], 'types'=>['1'=>['showitem'=> 'fileinfo, storage, missing'],], 'palettes'=>[],]
 

Variable Documentation

◆ return

return[ 'ctrl'=>[ 'title'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file', 'label'=> 'name', 'tstamp'=> 'tstamp', 'type'=> 'type', 'hideTable'=> true, 'rootLevel'=> 1, 'default_sortby'=> 'name ASC', 'typeicon_column'=> 'type', 'typeicon_classes'=>[ '1'=> 'mimetypes-text-text', '2'=> 'mimetypes-media-image', '3'=> 'mimetypes-media-audio', '4'=> 'mimetypes-media-video', '5'=> 'mimetypes-application', 'default'=> 'mimetypes-other-other',], 'security'=>[ 'ignoreWebMountRestriction'=> true, 'ignoreRootLevelRestriction'=> true,], 'searchFields'=> 'name, type, mime_type',], 'columns'=>[ 'fileinfo'=>[ 'config'=>[ 'type'=> 'none', 'renderType'=> 'fileInfo',],], 'storage'=>[ 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.storage', 'config'=>[ 'readOnly'=> true, 'type'=> 'select', 'renderType'=> 'selectSingle', 'items'=>[['', 0],], 'foreign_table'=> 'sys_file_storage', 'maxitems'=> 1,],], 'identifier'=>[ 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.identifier', 'config'=>[ 'readOnly'=> true, 'type'=> 'input', 'size'=> 30,],], 'name'=>[ 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.name', 'config'=>[ 'readOnly'=> true, 'type'=> 'input', 'size'=> 30, 'eval'=> 'required',],], 'type'=>[ 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type', 'config'=>[ 'readOnly'=> true, 'type'=> 'select', 'renderType'=> 'selectSingle', 'items'=>[[ 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.unknown', 0],[ 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.text', 1],[ 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.image', 2],[ 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.audio', 3],[ 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.video', 4],[ 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.type.software', 5],],],], 'mime_type'=>[ 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.mime_type', 'config'=>[ 'readOnly'=> true, 'type'=> 'input', 'size'=> 30,],], 'sha1'=>[ 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.sha1', 'config'=>[ 'readOnly'=> true, 'type'=> 'input', 'size'=> 30,],], 'size'=>[ 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.size', 'config'=>[ 'readOnly'=> true, 'type'=> 'input', 'size'=> 8, 'max'=> 30, 'eval'=> 'int', 'default'=> 0,],], 'missing'=>[ 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.missing', 'config'=>[ 'readOnly'=> true, 'type'=> 'check', 'default'=> 0,],], 'metadata'=>[ 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_file.metadata', 'config'=>[ 'readOnly'=> true, 'type'=> 'inline', 'foreign_table'=> 'sys_file_metadata', 'foreign_field'=> 'file', 'size'=> 1, 'minitems'=> 1, 'maxitems'=> 1,],],], 'types'=>[ '1'=>[ 'showitem'=> 'fileinfo, storage, missing'],], 'palettes'=>[],]

Definition at line 3 of file sys_file.php.