Go to the documentation of this file.
65 $mwRedir = MediaWikiServices::getInstance()->getMagicWordFactory()->get(
'redirect' );
66 $redirectText = $mwRedir->getSynonym( 0 ) .
67 ' [[' . $optionalColon . $destination->
getFullText() .
']]';
70 $redirectText .=
"\n" . $text;
74 return new $class( $redirectText );
122 $fields = parent::getFieldsForSearchIndex(
$engine );
128 $fields[
'auxiliary_text'] =
131 $fields[
'opening_text'] =
133 $fields[
'opening_text']->setFlag(
147 $fields = parent::getDataForSearchIndex( $page, $parserOutput,
$engine );
150 $fields[
'heading'] = $structure->headings();
152 $fields[
'opening_text'] = $structure->getOpeningText();
153 $fields[
'text'] = $structure->getMainText();
154 $fields[
'auxiliary_text'] = $structure->getAuxiliaryText();
155 $fields[
'defaultsort'] = $structure->getDefaultSort();
159 $fields = array_merge( $fields,
179 return $content->getMessage()->plain();
182 return parent::serializeContent(
$content, $format );
static fetchLanguageName( $code, $inLanguage=self::AS_AUTONYMS, $include=self::ALL)
const FLAG_SCORING
This field contains secondary information, which is already present in other fields,...
getFileHandler()
Get file handler.
Class representing a MediaWiki article and history.
getFieldsForSearchIndex(SearchEngine $engine)
Get fields definition for search index.
const CONTENT_MODEL_WIKITEXT
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
getDataForSearchIndex(WikiPage $page, ParserOutput $parserOutput, SearchEngine $engine)
Return fields to be indexed by search engine as representation of this document.
getNamespace()
Get the namespace index, i.e.
getInterwiki()
Get the interwiki prefix.
getTitle()
Get the title object of the article.
as see the revision history and available at free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
getFullText()
Get the prefixed title with spaces, plus any fragment (part beginning with '#')
the value to return A Title object or null for latest all implement SearchIndexField $engine
const CONTENT_FORMAT_WIKITEXT
const FLAG_NO_HIGHLIGHT
This field does not need highlight handling.
Content handler for wiki text pages.
isParserCacheSupported()
Returns true, because wikitext supports caching using the ParserCache mechanism.
__construct( $modelId=CONTENT_MODEL_WIKITEXT)
Content handler for File: files TODO: this handler s not used directly now, but instead manually call...
Base content handler implementation for flat text contents.
Contain a class for special pages.
Base interface for content objects.
Represents a title within MediaWiki.
checkFormat( $format)
Convenient for checking whether a format provided as a parameter is actually supported.
Wrapper allowing us to handle a system message as a Content object.
supportsRedirects()
Returns true because wikitext supports redirects.
Class allowing to explore structure of parsed wikitext.
you have access to all of the normal MediaWiki so you can get a DB use the etc For full docs on the Maintenance class
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 MediaWikiServices
supportsSections()
Returns true because wikitext supports sections.
makeRedirectContent(Title $destination, $text='')
Returns a WikitextContent object representing a redirect to the given destination page.
serializeContent(Content $content, $format=null)
Returns the content's text as-is.
getContentClass()
Returns the name of the associated Content class, to be used when creating new objects.
const INDEX_TYPE_TEXT
TEXT fields are suitable for natural language and may be subject to analysis such as stemming.