]> git.mxchange.org Git - friendica.git/commit
Implement Hook::callAll('storage_instance') call for addons and add a description...
authornupplaPhil <admin@philipp.info>
Wed, 8 Jan 2020 21:51:37 +0000 (22:51 +0100)
committernupplaPhil <admin@philipp.info>
Fri, 10 Jan 2020 12:22:03 +0000 (13:22 +0100)
commitbfae6766bf67d77a4fe8ed3efe99d174a06add5d
tree1d24f298fc2785b0210ed1ed5c464cc754ee17ec
parent5d8e6c33ef31291a3aef6e3912ab450a96ed051c
Implement Hook::callAll('storage_instance') call for addons and add a description for it.
- Remove implicit Dice usage
- Add concrete instance creating
- Adding Hook call for addon instance creating
- Updating doc for Hook
- Updating tests
doc/AddonStorageBackend.md
doc/Addons.md
doc/de/Addons.md
src/Core/StorageManager.php
static/dependencies.config.php
tests/Util/SampleStorageBackend.php
tests/Util/SampleStorageBackendInstance.php [new file with mode: 0644]
tests/src/Core/StorageManagerTest.php