‪TYPO3CMS  9.5
TYPO3\CMS\Frontend\Aspect\FileMetadataOverlayAspect Class Reference

Public Member Functions

 languageAndWorkspaceOverlay (\ArrayObject $data)
 

Detailed Description

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\MetadataRepository.

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

this is a concrete TYPO3 hook implementation and solely used for EXT:frontend and not part of TYPO3's Core API.

Definition at line 32 of file FileMetadataOverlayAspect.php.

Member Function Documentation

◆ languageAndWorkspaceOverlay()

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

Do translation and workspace overlay

Parameters
\ArrayObject$data

Definition at line 39 of file FileMetadataOverlayAspect.php.