]> source.dussan.org Git - nextcloud-server.git/commit
Make the subscription registry lazy
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 8 Jul 2020 17:38:26 +0000 (19:38 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 9 Jul 2020 10:21:06 +0000 (12:21 +0200)
commit725872c23a82a31026504e052cfff83bc4d6cceb
tree27db8a15169d77039a6724109188fae0ca263d9d
parent8f4d5334f4c392a5571c8f96292ae80fa9bbc177
Make the subscription registry lazy

This will allow to do lazy registration here which should allow for
loading less (or at least only when needed!).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/Support/Subscription/Registry.php
lib/public/Support/Subscription/IRegistry.php
tests/lib/Support/Subscription/RegistryTest.php