MediaWiki master
Page
Collaboration diagram for Page:

Classes

class  MediaWiki\Page\CacheKeyHelper
 Helper class for mapping page value objects to a string key. More...
 
class  MediaWiki\Page\DeleteLinksJob
 Job to prune link tables for pages that were deleted. More...
 
class  MediaWiki\Page\DeletePage
 Backend logic for performing a page delete action. More...
 
interface  MediaWiki\Page\DeletePageFactory
 Service for page delete actions. More...
 
class  MediaWiki\Page\DeletePageJob
 
class  MediaWiki\Storage\DerivedPageDataUpdater
 A handle for managing updates for derived page data on edit, import, purge, etc. More...
 
class  MediaWiki\Page\LinkBatch
 Batch query for page metadata and feed to LinkCache. More...
 
class  MediaWiki\Page\LinkBatchFactory
 Factory for LinkBatch objects to batch query page metadata. More...
 
class  MediaWiki\Page\LinkCache
 Page existence and metadata cache. More...
 
class  MediaWiki\Storage\PageEditStash
 Manage the pre-emptive page parsing for edits to wiki pages. More...
 
interface  MediaWiki\Page\PageIdentity
 Interface for objects (potentially) representing an editable wiki page. More...
 
interface  MediaWiki\Page\PageLookup
 Service for looking up information about wiki pages. More...
 
class  MediaWiki\Page\PageProps
 Gives access to properties of a page. More...
 
interface  MediaWiki\Page\PageRecord
 Data record representing a page that is (or used to be, or could be) an editable page on a wiki. More...
 
interface  MediaWiki\Page\PageReference
 Interface for objects (potentially) representing a page that can be viewable and linked to on a wiki. More...
 
class  MediaWiki\Storage\PageUpdater
 Controller-like object for creating and updating pages by creating new revisions. More...
 
class  MediaWiki\Storage\PageUpdaterFactory
 A factory for PageUpdater and DerivedPageDataUpdater instances. More...
 
class  MediaWiki\Storage\PageUpdateStatus
 Status object representing the outcome of a page update. More...
 
class  MediaWiki\Page\ParserOutputAccess
 Service for getting rendered output of a given page. More...
 
interface  MediaWiki\Storage\PreparedUpdate
 An object representing a page update during an edit. More...
 
class  MediaWiki\Page\WikiPage
 Base representation for an editable wiki page. More...
 

Detailed Description