‪TYPO3CMS  ‪main
tx_impexp_presets.php File Reference

Go to the source code of this file.

Variables

 return ['ctrl'=>['title'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:tx_impexp_presets', 'label'=> 'title', 'default_sortby'=> 'title', 'tstamp'=> 'tstamp', 'crdate'=> 'crdate', 'typeicon_classes'=>['default'=> 'actions-cog',], 'hideTable'=> true, 'rootLevel'=> -1,], 'columns'=>['title'=>['label'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:title', 'config'=>['type'=> 'passthrough',],], 'public'=>['label'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:public', 'config'=>['type'=> 'passthrough',],], 'user_uid'=>['label'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:user_uid', 'config'=>['type'=> 'passthrough',],], 'item_uid'=>['label'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:item_uid', 'config'=>['type'=> 'passthrough',],], 'preset_data'=>['label'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:preset_data', 'config'=>['type'=> 'passthrough',],],], 'types'=>[0=>['showitem'=> 'title, public, user_uid, item_uid, preset_data',],],]
 

Variable Documentation

◆ return

return[ 'ctrl'=>[ 'title'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:tx_impexp_presets', 'label'=> 'title', 'default_sortby'=> 'title', 'tstamp'=> 'tstamp', 'crdate'=> 'crdate', 'typeicon_classes'=>[ 'default'=> 'actions-cog',], 'hideTable'=> true, 'rootLevel'=> -1,], 'columns'=>[ 'title'=>[ 'label'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:title', 'config'=>[ 'type'=> 'passthrough',],], 'public'=>[ 'label'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:public', 'config'=>[ 'type'=> 'passthrough',],], 'user_uid'=>[ 'label'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:user_uid', 'config'=>[ 'type'=> 'passthrough',],], 'item_uid'=>[ 'label'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:item_uid', 'config'=>[ 'type'=> 'passthrough',],], 'preset_data'=>[ 'label'=> 'LLL:EXT:impexp/Resources/Private/Language/locallang_tca.xlf:preset_data', 'config'=>[ 'type'=> 'passthrough',],],], 'types'=>[ 0=>[ 'showitem'=> 'title, public, user_uid, item_uid, preset_data',],],]

Definition at line 3 of file tx_impexp_presets.php.