MediaWiki master
MediaWiki\Storage Namespace Reference

Namespaces

namespace  Hook
 

Classes

class  BadBlobException
 Exception thrown when a blob has the "bad" content address schema, or has "error" in its old_flags, meaning it is permanently missing. More...
 
class  BlobAccessException
 Exception representing a failure to access a data blob. More...
 
interface  BlobStore
 Service for loading and storing data blobs. More...
 
class  BlobStoreFactory
 Service for instantiating BlobStores. More...
 
class  DerivedPageDataUpdater
 A handle for managing updates for derived page data on edit, import, purge, etc. More...
 
class  EditResult
 Object for storing information about the effects of an edit. More...
 
class  EditResultBuilder
 Builder class for the EditResult object. More...
 
class  EditResultCache
 Class allowing easy storage and retrieval of EditResults associated with revisions. More...
 
class  NameTableAccessException
 Exception representing a failure to look up a row from a name table. More...
 
class  NameTableStore
 
class  NameTableStoreFactory
 
class  PageEditStash
 Manage the pre-emptive page parsing for edits to wiki pages. More...
 
class  PageUpdateException
 Exception representing a failure to update a page entry. More...
 
class  PageUpdater
 Controller-like object for creating and updating pages by creating new revisions. More...
 
class  PageUpdaterFactory
 A factory for PageUpdater and DerivedPageDataUpdater instances. More...
 
class  PageUpdateStatus
 Status object representing the outcome of a page update. More...
 
interface  PreparedUpdate
 An object representing a page update during an edit. More...
 
class  RevertedTagUpdate
 Adds the mw-reverted tag to reverted edits after a revert is made. More...
 
class  RevertedTagUpdateManager
 Class for managing delayed RevertedTagUpdateJob waiting for user approval. More...
 
class  RevisionSlotsUpdate
 Value object representing a modification of revision slots. More...
 
class  SqlBlobStore
 Service for storing and loading Content objects representing revision data blobs. More...