AfterResourceStorageInitializationEvent¶
This event is fired after a resource object was built/created. Custom handlers can be initialized at this moment for any kind of resource as well.
API¶
- getStorage()
| ReturnType:
\TYPO3\CMS\Core\Resource\ResourceStorage
|- setStorage(ResourceStorage $storage)
| ReturnType: void |