|
| __construct ( $modelId=CONTENT_MODEL_SCRIBUNTO, $formats=[CONTENT_FORMAT_TEXT]) |
|
| canBeUsedOn (Title $title) |
| Only allow this content handler to be used in the Module namespace. More...
|
|
| isSupportedFormat ( $format) |
|
Public Member Functions inherited from CodeContentHandler |
| getPageLanguage (Title $title, Content $content=null) |
| Returns the English language, because code is English, and should be handled as such. More...
|
|
| getPageViewLanguage (Title $title, Content $content=null) |
| Returns the English language, because code is English, and should be handled as such. More...
|
|
Public Member Functions inherited from TextContentHandler |
| getDataForSearchIndex (WikiPage $page, ParserOutput $output, SearchEngine $engine) |
| Return fields to be indexed by search engine as representation of this document. More...
|
|
| getFieldsForSearchIndex (SearchEngine $engine) |
| Get fields definition for search index. More...
|
|
| makeEmptyContent () |
| Creates an empty TextContent object. More...
|
|
| merge3 (Content $oldContent, Content $myContent, Content $yourContent) |
| Attempts to merge differences between three versions. More...
|
|
| serializeContent (Content $content, $format=null) |
| Returns the content's text as-is. More...
|
|
| supportsDirectEditing () |
|
| unserializeContent ( $text, $format=null) |
| Unserializes a Content object of the type supported by this ContentHandler. More...
|
|
Public Member Functions inherited from ContentHandler |
| createDifferenceEngine (IContextSource $context, $old=0, $new=0, $rcid=0, $refreshCache=false, $unhide=false) |
| Factory for creating an appropriate DifferenceEngine for this content model. More...
|
|
| exportTransform ( $blob, $format=null) |
| Applies transformations on export (returns the blob unchanged per default). More...
|
|
| getActionOverrides () |
| Returns overrides for action handlers. More...
|
|
| getAutoDeleteReason (Title $title, &$hasHistory) |
| Auto-generates a deletion reason. More...
|
|
| getAutosummary (Content $oldContent=null, Content $newContent=null, $flags=0) |
| Return an applicable auto-summary if one exists for the given edit. More...
|
|
| getChangeTag (Content $oldContent=null, Content $newContent=null, $flags=0) |
| Return an applicable tag if one exists for the given edit or return null. More...
|
|
| getDefaultFormat () |
| The format used for serialization/deserialization by default by this ContentHandler. More...
|
|
| getDeletionUpdates (Title $title, $role) |
| Returns a list of DeferrableUpdate objects for removing information about content in some secondary data store. More...
|
|
| getModelID () |
| Returns the model id that identifies the content model this ContentHandler can handle. More...
|
|
| getParserOutputForIndexing (WikiPage $page, ParserCache $cache=null) |
| Produce page output suitable for indexing. More...
|
|
| getSecondaryDataUpdates (Title $title, Content $content, $role, SlotRenderingProvider $slotOutput) |
| Returns a list of DeferrableUpdate objects for recording information about the given Content in some secondary data store. More...
|
|
| getSlotDiffRenderer (IContextSource $context) |
| Get an appropriate SlotDiffRenderer for this content model. More...
|
|
| getSupportedFormats () |
| Returns a list of serialization formats supported by the serializeContent() and unserializeContent() methods of this ContentHandler. More...
|
|
| getUndoContent ( $current, $undo, $undoafter, $undoIsLatest=false) |
| Get the Content object that needs to be saved in order to undo all revisions between $undo and $undoafter. More...
|
|
| importTransform ( $blob, $format=null) |
| Apply import transformation (per default, returns $blob unchanged). More...
|
|
| isParserCacheSupported () |
| Returns true for content models that support caching using the ParserCache mechanism. More...
|
|
| makeParserOptions ( $context) |
| Get parser options suitable for rendering and caching the article. More...
|
|
| makeRedirectContent (Title $destination, $text='') |
| Creates a new Content object that acts as a redirect to the given page, or null if redirects are not supported by this content model. More...
|
|
| supportsCategories () |
| Returns true if this content model supports categories. More...
|
|
| supportsDirectApiEditing () |
| Whether or not this content model supports direct editing via ApiEditPage. More...
|
|
| supportsRedirects () |
| Returns true if this content model supports redirects. More...
|
|
| supportsSections () |
| Returns true if this content model supports sections. More...
|
|
Definition at line 12 of file ScribuntoContentHandler.php.