38 return 'WikitextContent';
64 $redirectText = $mwRedir->getSynonym( 0 ) .
65 ' [[' . $optionalColon . $destination->
getFullText() .
']]';
68 $redirectText .=
"\n" . $text;
72 return new $class( $redirectText );
114 $fields[
'category'] =
118 $fields[
'external_link'] =
125 $fields[
'auxiliary_text'] =
128 $fields[
'opening_text'] =
133 $fields[
'outgoing_link'] =
136 $fields[
'template'] =
142 $fields[
'file_text'] =
supportsSections()
Returns true because wikitext supports sections.
const CONTENT_MODEL_WIKITEXT
makeSearchFieldMapping($name, $type)
Create a search field definition.
makeRedirectContent(Title $destination, $text= '')
Returns a WikitextContent object representing a redirect to the given destination page...
Represents a title within MediaWiki.
__construct($modelId=CONTENT_MODEL_WIKITEXT)
const INDEX_TYPE_TEXT
Field types.
getFieldsForSearchIndex(SearchEngine $engine)
const FLAG_NO_HIGHLIGHT
This field does not need highlight handling.
getFullText()
Get the prefixed title with spaces, plus any fragment (part beginning with '#')
const FLAG_CASEFOLD
Generic field flags.
getNamespace()
Get the namespace index, i.e.
getInterwiki()
Get the interwiki prefix.
supportsRedirects()
Returns true because wikitext supports redirects.
static fetchLanguageName($code, $inLanguage=null, $include= 'all')
static & get($id)
Factory: creates an object representing an ID.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
isParserCacheSupported()
Returns true, because wikitext supports caching using the ParserCache mechanism.
const FLAG_SCORING
This field contains secondary information, which is already present in other fields, but can be used for scoring.
Content handler for wiki text pages.
Base content handler implementation for flat text contents.
Contain a class for special pages.
const CONTENT_FORMAT_WIKITEXT