TableListViewHelper extends AbstractBackendViewHelper
FinalYes
ViewHelper which renders a record list as known from the TYPO3 list module.
<f:be.tableList tableName="fe_users"
fieldList="{0: 'name', 1: 'email'}"
storagePid="1"
levels="2"
filter="foo"
recordsPerPage="10"
sortField="name"
sortDescending="true"
readOnly="true"
enableClickMenu="false"
enableControlPanels="true"
clickTitleMode="info"
/>
Note: This feature is experimental!
Tags
Table of Contents
Properties
- $configurationManager : ConfigurationManagerInterface
- $escapeOutput : bool
- As this ViewHelper renders HTML, the output must not be escaped.
Methods
- getModuleTemplate() : ModuleTemplate
- Gets instance of template if exists or create a new one.
- getPageRenderer() : PageRenderer
- Gets instance of PageRenderer if exists or create a new one.
- initializeArguments() : void
- injectConfigurationManager() : void
- render() : string
- Renders a record list as known from the TYPO3 list module Note: This feature is experimental!
- getBackendUser() : BackendUserAuthentication
- getLanguageService() : LanguageService
Properties
$configurationManager
protected
ConfigurationManagerInterface
$configurationManager
$escapeOutput
As this ViewHelper renders HTML, the output must not be escaped.
protected
bool
$escapeOutput
= false
Methods
getModuleTemplate()
Gets instance of template if exists or create a new one.
public
getModuleTemplate() : ModuleTemplate
Saves instance in viewHelperVariableContainer
Tags
Return values
ModuleTemplategetPageRenderer()
Gets instance of PageRenderer if exists or create a new one.
public
getPageRenderer() : PageRenderer
Saves instance in viewHelperVariableContainer
Return values
PageRendererinitializeArguments()
public
initializeArguments() : void
injectConfigurationManager()
public
injectConfigurationManager(ConfigurationManagerInterface $configurationManager) : void
Parameters
- $configurationManager : ConfigurationManagerInterface
render()
Renders a record list as known from the TYPO3 list module Note: This feature is experimental!
public
render() : string
Tags
Return values
stringgetBackendUser()
protected
getBackendUser() : BackendUserAuthentication
Return values
BackendUserAuthenticationgetLanguageService()
protected
getLanguageService() : LanguageService