StoragePermissionsAspect
FinalYes
The aspect injects user permissions and mount points into the storage based on user or group configuration.
We do not have AOP in TYPO3 for now, thus the aspect which deals with resource security is an EventListener which reacts on storage object creation.
this is an Event Listener, and not part of TYPO3 Core API.
Table of Contents
Methods
- addUserPermissionsToStorage() : void
- The event listener for the event where storage objects are created
Methods
addUserPermissionsToStorage()
The event listener for the event where storage objects are created
public
addUserPermissionsToStorage(AfterResourceStorageInitializationEvent $event) : void