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¶
-
class
TYPO3\CMS\Core\Resource\Event\
AfterResourceStorageInitializationEvent
¶ This event is fired after a resource object was built/created.
Custom handlers can be initialized at this moment for any kind of source as well.
-
getStorage
()¶ Return type: TYPO3CMSCoreResourceResourceStorage
-
setStorage
(TYPO3CMSCoreResourceResourceStorage storage)¶ Parameters: - $storage (TYPO3CMSCoreResourceResourceStorage) – the storage
-