TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\Aspect\FileMetadataOverlayAspect Class Reference

Public Member Functions

 languageAndWorkspaceOverlay (\ArrayObject $data)
 

Protected Member Functions

 getTsfe ()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Class FileMetadataTranslationAspect

We do not have AOP in TYPO3 for now, thus the aspect which deals with metadata translation is a slot which reacts on a signal in the Index.

The aspect injects user permissions and mount points into the storage based on user or group configuration.

Definition at line 27 of file FileMetadataOverlayAspect.php.

Member Function Documentation

◆ getTsfe()

TYPO3\CMS\Frontend\Aspect\FileMetadataOverlayAspect::getTsfe ( )
protected

◆ languageAndWorkspaceOverlay()

TYPO3\CMS\Frontend\Aspect\FileMetadataOverlayAspect::languageAndWorkspaceOverlay ( \ArrayObject  $data)

Do translation and workspace overlay

Parameters
\ArrayObject$data
Returns
void

Definition at line 35 of file FileMetadataOverlayAspect.php.

References TYPO3\CMS\Frontend\Aspect\FileMetadataOverlayAspect\getTsfe().