X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStorage%2FBlobStore.php;h=8b1112b277460bd4916950611fa64308540ec0f9;hb=f72ae0f6e6ae71e12dd18e5c2d6e1712e5becfbd;hp=28caf3a412bf1495cdd77fb4089457e2f9eccf4f;hpb=08edb27f6ce31c676660a4ef89b87da79bde2cc2;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(); }