‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Controller\FileStorage\TreeController Class Reference

Public Member Functions

 __construct (IconFactory $iconFactory=null)
 
 fetchDataAction (ServerRequestInterface $request)
 
 filterDataAction (ServerRequestInterface $request)
 

Protected Member Functions

 prepareItemForOutput (array $item)
 
 getBackendUser ()
 
 getLanguageService ()
 

Protected Attributes

IconFactory $iconFactory
 
FileStorageTreeProvider $treeProvider
 
ResourceFactory $resourceFactory
 

Detailed Description

Controller providing data to the file storage tree.

This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.

Definition at line 40 of file TreeController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\FileStorage\TreeController::__construct ( IconFactory  $iconFactory = null)

Member Function Documentation

◆ fetchDataAction()

TYPO3\CMS\Backend\Controller\FileStorage\TreeController::fetchDataAction ( ServerRequestInterface  $request)

◆ filterDataAction()

TYPO3\CMS\Backend\Controller\FileStorage\TreeController::filterDataAction ( ServerRequestInterface  $request)

◆ getBackendUser()

TYPO3\CMS\Backend\Controller\FileStorage\TreeController::getBackendUser ( )
protected

◆ getLanguageService()

TYPO3\CMS\Backend\Controller\FileStorage\TreeController::getLanguageService ( )
protected

◆ prepareItemForOutput()

TYPO3\CMS\Backend\Controller\FileStorage\TreeController::prepareItemForOutput ( array  $item)
protected

Member Data Documentation

◆ $iconFactory

IconFactory TYPO3\CMS\Backend\Controller\FileStorage\TreeController::$iconFactory
protected

◆ $resourceFactory

ResourceFactory TYPO3\CMS\Backend\Controller\FileStorage\TreeController::$resourceFactory
protected

Definition at line 44 of file TreeController.php.

◆ $treeProvider

FileStorageTreeProvider TYPO3\CMS\Backend\Controller\FileStorage\TreeController::$treeProvider
protected

Definition at line 43 of file TreeController.php.