AfterResourceStorageInitializationEvent¶
The PSR-14 event
\TYPO3\
is fired after a resource object was built/created. Custom handlers can be
initialized at this moment for any kind of resource as well.
Example¶
Note
Currently, we do not have an example for this event. If you can provide a useful one, please open an issue with your code snippets or a pull request.
API¶
- class AfterResourceStorageInitializationEvent ¶
-
- Fully qualified name
-
\TYPO3\
CMS\ Core\ Resource\ Event\ After Resource Storage Initialization Event
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 ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Core\ Resource\ Resource Storage
- setStorage ( \TYPO3\CMS\Core\Resource\ResourceStorage $storage) ¶
-
- param $storage
-
the storage