X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStorage%2FBlobStore.php;h=8b1112b277460bd4916950611fa64308540ec0f9;hb=cad9b7ca365c4be4cde27c7cd4dc708abe37b61d;hp=28caf3a412bf1495cdd77fb4089457e2f9eccf4f;hpb=e61a1caaddb58cc26bf5f912940afbb2a6f65355;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Storage/BlobStore.php b/includes/Storage/BlobStore.php index 28caf3a412..8b1112b277 100644 --- a/includes/Storage/BlobStore.php +++ b/includes/Storage/BlobStore.php @@ -110,4 +110,10 @@ interface BlobStore { */ public function storeBlob( $data, $hints = [] ); + /** + * Check if the blob metadata or backing blob data store is read-only + * + * @return bool + */ + public function isReadOnly(); }