mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
docs(lock): clarify lazy-loading behavior of isLockProviderAvailable
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
e1a8db4cd9
commit
cb39b95b82
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ interface ILockManager extends ILockProvider {
|
|||
/**
|
||||
* Check whether a lock provider is currently available.
|
||||
*
|
||||
* If a provider class was registered lazily, this may attempt to resolve it.
|
||||
*
|
||||
* @since 24.0.0
|
||||
*/
|
||||
public function isLockProviderAvailable(): bool;
|
||||
|
|
|
|||
Loading…
Reference in a new issue