Parsoid
A bidirectional parser between wikitext and HTML5
Loading...
Searching...
No Matches
Wikimedia\Parsoid\Mocks\MockSiteConfig Class Reference
+ Inheritance diagram for Wikimedia\Parsoid\Mocks\MockSiteConfig:
+ Collaboration diagram for Wikimedia\Parsoid\Mocks\MockSiteConfig:

Public Member Functions

 __construct (array $opts)
 
 tidyWhitespaceBugMaxLength ()
 Maximum run length for Tidy whitespace bug.
 
 allowedExternalImagePrefixes ()
 Allowed external image URL prefixes.
 
 baseURI ()
 Site base URI.
 
 exportMetadataToHeadBcp47 (Document $document, ContentMetadataCollector $metadata, string $defaultTitle, Bcp47Code $lang)
 Export content metadata via meta tags (and via a stylesheet for now to aid some clients).
Parameters
Document$document
ContentMetadataCollector$metadata
string$defaultTitleThe default title to display, as an unescaped string
Bcp47Code$langa BCP-47 language code

 
 redirectRegexp ()
 A regexp matching the localized 'REDIRECT' marker for this wiki.
 
 categoryRegexp ()
 A regexp matching the localized 'Category' prefix for this wiki.
 
 bswRegexp ()
 A regexp matching localized behavior switches for this wiki.
 
 canonicalNamespaceId (string $name)
 Map a canonical namespace name to its index.
Note
This replaces canonicalNamespaces
Parameters
string$nameall-lowercase and with underscores rather than spaces.
Returns
int|null

 
 namespaceId (string $name)
 Map a namespace name to its index.
Note
This replaces canonicalNamespaces
Parameters
string$name
Returns
int|null

 
 namespaceName (int $ns)
 Map a namespace index to its preferred name.
Note
This replaces namespaceNames
Parameters
int$ns
Returns
string|null

 
 namespaceHasSubpages (int $ns)
 Test if a namespace has subpages.
Note
This replaces namespacesWithSubpages
Parameters
int$ns
Returns
bool

 
 namespaceCase (int $ns)
 Return namespace case setting.
Parameters
int$ns
Returns
string 'first-letter' or 'case-sensitive'

 
 specialPageLocalName (string $alias)
 Get the default local name for a special page.
Parameters
string$aliasSpecial page alias
Returns
string|null

 
 setInterwikiMagic (bool $val)
 
 interwikiMagic ()
 Treat language links as magic connectors, not inline links.
 
 interwikiMap ()
 Interwiki link data.
 
 iwp ()
 Wiki identifier, for cache keys.
 
 legalTitleChars ()
 Legal title characters.
 
 linkPrefixRegex ()
 Link prefix regular expression.
 
 linkTrailRegex ()
 Link trail regular expression.
 
 lang ()
 Wiki language code.
 
 mainpage ()
 Main page title.
 
 getMWConfigValue (string $key)
 Lookup config.
Parameters
string$key
Returns
mixed|null config value for $key, if present or null, if not.

 
 rtl ()
 Whether the wiki language is right-to-left.
 
 langConverterEnabled (string $lang)
 Whether language converter is enabled for the specified language.
Parameters
string$langMediawiki-internal language code
Returns
bool
Deprecated
Use langConverterEnabledBcp47() (T320662)

 
 script ()
 The URL path to index.php.
 
 scriptpath ()
 FIXME: This is only used to compute the modules path below and maybe shouldn't be exposed.
 
 server ()
 The base URL of the server.
 
 timezoneOffset ()
 The wiki's time zone offset.
 
 variants ()
 Language variant information.
 
 widthOption ()
 Default thumbnail width.
 
 getMagicWordMatcher (string $id)
 Get a regexp matching a localized magic word, given its id.FIXME: misleading function name
Parameters
string$id
Returns
string

 
 getParameterizedAliasMatcher (array $words)
 Get a matcher function for fetching values out of interpolated magic words, ie those with $1 in their aliases.The matcher takes a string and returns null if it doesn't match any of the words, or an associative array if it did match:

  • k: The magic word that matched
  • v: The value of $1 that was matched (the JS also returned 'a' with the specific alias that matched, but that seems to be unused and so is omitted here)
Parameters
string[]$wordsMagic words to match
Returns
callable

 
 getMaxTemplateDepth ()
 Get the maximum template depth.
Returns
int

 
 fakeTimestamp ()
 Fake timestamp, for unit tests.
 
 setFakeTimestamp (?int $ts)
 Set the fake timestamp for testing.
 
 setTimezoneOffset (int $offset)
 Set the timezone offset for testing.
 
 scrubBidiChars ()
 If enabled, bidi chars adjacent to category links will be stripped in the html -> wt serialization pass.
 
 getNoFollowConfig ()
 
Returns
array

 
 getExternalLinkTarget ()
 
Returns
string|false

 
- Public Member Functions inherited from Wikimedia\Parsoid\Config\SiteConfig
 registerExtensionModule ( $configOrSpec)
 Register a Parsoid extension module.
 
 unregisterExtensionModule (int $extId)
 Unregister a Parsoid extension module.
 
 getExtensionModules ()
 Return the set of Parsoid extension modules associated with this SiteConfig.
 
 __construct ()
 Base constructor.
 
 getObjectFactory ()
 Return an object factory to use when instantiating extensions.
 
 tagNeedsNowikiStrippedInTagPF (string $lowerTagName)
 
 getContentModelHandler (string $contentmodel)
 Return a ContentModelHandler for the specified $contentmodel, if one is registered.
 
 isExtensionTag (string $name)
 Determine whether a given name, which must have already been converted to lower case, is a valid extension tag name.
 
 isAnnotationTag (string $tagName)
 
 getAnnotationTags ()
 Get an array of defined annotation tags in lower case.
 
 getExtensionTagNameMap ()
 Get an array of defined extension tags, with the lower case name in the key, and the value being arbitrary.
 
 getExtTagConfig (string $tagName)
 
 getExtTagImpl (string $tagName)
 
 getExtDOMProcessors ()
 Return an array mapping extension name to an array of object factory specs for Ext\DOMProcessor objects.
 
 getWt2HtmlLimits ()
 
 getHtml2WtLimits ()
 
 getLogger ()
 General log channel.
 
 setLogger (?LoggerInterface $logger)
 Set the log channel, for debugging.
 
 nativeGalleryEnabled ()
 "Native gallery" serialization.
 
 galleryOptions ()
 Default gallery options for this wiki.
 
 addHTMLTemplateParameters ()
 When processing template parameters, parse them to HTML and add it to the template parameters data.
 
 linting ()
 Whether to enable linter Backend.
 
 metrics ()
 Statistics aggregator, for counting and timing.
 
 relativeLinkPrefix ()
 Prefix for relative links.
 
 bswPagePropRegexp ()
 Regex matching all double-underscore magic words.
 
 namespaceIsTalk (int $ns)
 Test if a namespace is a talk namespace.
 
 ucfirst (string $str)
 Uppercasing method for titles.
 
 interwikiMapNoNamespaces ()
 Interwiki link data, after removing items that conflict with namespace names.
 
 interwikiMatcher (string $href)
 Match interwiki URLs.
 
 langBcp47 ()
 Wiki language code.
 
 langConverterEnabledBcp47 (Bcp47Code $lang)
 Whether language converter is enabled for the specified language.
 
 langConverterEnabledForLanguage (string $lang)
 Is the language converter enabled for this language?
 
 exportMetadataToHead (Document $document, ContentMetadataCollector $metadata, string $defaultTitle, string $lang)
 Export content metadata via meta tags (and via a stylesheet for now to aid some clients).
 
 solTransparentWikitextRegexp ()
 A regex matching a line containing just whitespace, comments, and sol transparent links and behavior switches.
 
 solTransparentWikitextNoWsRegexp (bool $addIncludes=false)
 A regex matching a line containing just comments and sol transparent links and behavior switches.
 
 variantsFor (Bcp47Code $lang)
 Language variant information for the given language (or null if unknown).
 
 magicWords ()
 List all magic words by alias.
 
 mwAliases ()
 List all magic words by canonical name.
 
 getMagicWordForFunctionHook (string $str)
 Return canonical magic word for a function hook.
 
 getMagicWordForVariable (string $str)
 Return canonical magic word for a variable.
 
 magicWordCanonicalName (string $word)
 Get canonical magicword name for the input word.
 
 isMagicWord (string $word)
 Check if a string is a recognized magic word.
 
 getMagicWordWT (string $word, string $suggest)
 Convert the internal canonical magic word name to the wikitext alias.
 
 getMediaPrefixParameterizedAliasMatcher ()
 Get a matcher function for fetching values out of interpolated magic words which are media prefix options.
 
 getExtResourceURLPatternMatcher ()
 Matcher for ISBN/RFC/PMID URL patterns, returning the type and number.
 
 makeExtResourceURL (array $match, string $href, string $content)
 Serialize ISBN/RFC/PMID URL patterns.
 
 getProtocolsRegex (bool $excludeProtRel=false)
 Get a regex fragment matching URL protocols, quoted for an exclamation mark delimiter.
 
 hasValidProtocol (string $potentialLink)
 Matcher for valid protocols, must be anchored at start of string.
 
 findValidProtocol (string $potentialLink)
 Matcher for valid protocols, may occur at any point within string.
 

Protected Member Functions

 linkTrail ()
 Return raw link trail regexp from config.
 
 getVariableIDs ()
 
Returns
array

 
 haveComputedFunctionSynonyms ()
 Does the SiteConfig provide precomputed function synonyms? If no, the SiteConfig is expected to provide an implementation for updateFunctionSynonym.
Returns
bool

 
 updateFunctionSynonym (string $func, string $magicword, bool $caseSensitive)
 
Parameters
string$func
string$magicword
bool$caseSensitive

 
 getMagicWords ()
 
Returns
array

 
 getNonNativeExtensionTags ()
 Get an array of defined extension tags, with the lower case name in the key, the value arbitrary.This is the set of extension tags that are configured in M/W core. $coreExtModules may already be part of it, but eventually this distinction will disappear since all extension tags have to be defined against the Parsoid's extension API.
Returns
array

 
 getSpecialPageAliases (string $specialPage)
 Return Special Page aliases for a special page name.
Parameters
string$specialPage
Returns
array

 
 getSpecialNSAliases ()
 Return name spaces aliases for the NS_SPECIAL namespace.
Returns
array

 
 getProtocols ()
 Get the list of valid protocols.
Returns
array

 
- Protected Member Functions inherited from Wikimedia\Parsoid\Config\SiteConfig
 processExtensionModule (ExtensionModule $ext)
 Register a Parsoid-compatible extension.
 
 getExtConfig ()
 
 exportMetadataHelper (Document $document, string $modulesLoadURI, array $modules, array $moduleStyles, array $jsConfigVars, string $htmlTitle, $lang)
 Helper function to create <head> elements from metadata.
 
 getFunctionSynonyms ()
 Get a list of precomputed function synonyms.
 

Protected Attributes

 $namespaceMap
 
 $namespacesWithSubpages = []
 
 $interwikiMap = []
 
- Protected Attributes inherited from Wikimedia\Parsoid\Config\SiteConfig
 $magicWordMap
 
 $functionSynonyms
 
 $interwikiMapNoNamespaces
 
 $linkTrailRegex = false
 
 $logger = null
 
 $iwMatcherBatchSize = 4096
 
 $addHTMLTemplateParameters = false
 
 $scrubBidiChars = false
 
 $linterEnabled = false
 
 $extConfig = null
 
 $wt2htmlLimits
 @phan-var array<string,int>
 
 $html2wtLimits
 @phan-var array<string,int>
 

Additional Inherited Members

- Static Public Member Functions inherited from Wikimedia\Parsoid\Config\SiteConfig
static createLogger (?string $filePath=null)
 
- Static Protected Member Functions inherited from Wikimedia\Parsoid\Config\SiteConfig
static quoteTitleRe (string $s, string $delimiter='/')
 Quote a title regex.
 

Constructor & Destructor Documentation

◆ __construct()

Wikimedia\Parsoid\Mocks\MockSiteConfig::__construct ( array $opts)
Parameters
array$opts

Member Function Documentation

◆ allowedExternalImagePrefixes()

Wikimedia\Parsoid\Mocks\MockSiteConfig::allowedExternalImagePrefixes ( )

Allowed external image URL prefixes.

Returns
string[] The empty array matches no URLs. The empty string matches all URLs.

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ baseURI()

Wikimedia\Parsoid\Mocks\MockSiteConfig::baseURI ( )

Site base URI.

This would be the URI found in <base href="..." />.

Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ bswRegexp()

Wikimedia\Parsoid\Mocks\MockSiteConfig::bswRegexp ( )

A regexp matching localized behavior switches for this wiki.

The regexp should be delimited, but should not have boundary anchors or capture groups.

Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ canonicalNamespaceId()

Wikimedia\Parsoid\Mocks\MockSiteConfig::canonicalNamespaceId ( string $name)

Map a canonical namespace name to its index.

Note
This replaces canonicalNamespaces
Parameters
string$nameall-lowercase and with underscores rather than spaces.
Returns
int|null

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ categoryRegexp()

Wikimedia\Parsoid\Mocks\MockSiteConfig::categoryRegexp ( )

A regexp matching the localized 'Category' prefix for this wiki.

The regexp should be delimited, but should not have boundary anchors or capture groups.

Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ exportMetadataToHeadBcp47()

Wikimedia\Parsoid\Mocks\MockSiteConfig::exportMetadataToHeadBcp47 ( Document $document,
ContentMetadataCollector $metadata,
string $defaultTitle,
Bcp47Code $lang )

Export content metadata via meta tags (and via a stylesheet for now to aid some clients).

Parameters
Document$document
ContentMetadataCollector$metadata
string$defaultTitleThe default title to display, as an unescaped string
Bcp47Code$langa BCP-47 language code

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ fakeTimestamp()

Wikimedia\Parsoid\Mocks\MockSiteConfig::fakeTimestamp ( )

Fake timestamp, for unit tests.

Returns
int|null Unix timestamp, or null to not fake it

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getExternalLinkTarget()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getExternalLinkTarget ( )

Returns
string|false

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getMagicWordMatcher()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getMagicWordMatcher ( string $id)

Get a regexp matching a localized magic word, given its id.FIXME: misleading function name

Parameters
string$id
Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getMagicWords()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getMagicWords ( )
protected

Returns
array

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getMaxTemplateDepth()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getMaxTemplateDepth ( )

Get the maximum template depth.

Returns
int

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getMWConfigValue()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getMWConfigValue ( string $key)

Lookup config.

Parameters
string$key
Returns
mixed|null config value for $key, if present or null, if not.

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getNoFollowConfig()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getNoFollowConfig ( )

Returns
array

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getNonNativeExtensionTags()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getNonNativeExtensionTags ( )
protected

Get an array of defined extension tags, with the lower case name in the key, the value arbitrary.This is the set of extension tags that are configured in M/W core. $coreExtModules may already be part of it, but eventually this distinction will disappear since all extension tags have to be defined against the Parsoid's extension API.

Returns
array

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getParameterizedAliasMatcher()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getParameterizedAliasMatcher ( array $words)

Get a matcher function for fetching values out of interpolated magic words, ie those with $1 in their aliases.The matcher takes a string and returns null if it doesn't match any of the words, or an associative array if it did match:

  • k: The magic word that matched
  • v: The value of $1 that was matched (the JS also returned 'a' with the specific alias that matched, but that seems to be unused and so is omitted here)
Parameters
string[]$wordsMagic words to match
Returns
callable

$name is the canonical magic word name $re has patterns for matching aliases

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getProtocols()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getProtocols ( )
protected

Get the list of valid protocols.

Returns
array

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getSpecialNSAliases()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getSpecialNSAliases ( )
protected

Return name spaces aliases for the NS_SPECIAL namespace.

Returns
array

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getSpecialPageAliases()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getSpecialPageAliases ( string $specialPage)
protected

Return Special Page aliases for a special page name.

Parameters
string$specialPage
Returns
array

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ getVariableIDs()

Wikimedia\Parsoid\Mocks\MockSiteConfig::getVariableIDs ( )
protected

Returns
array

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ haveComputedFunctionSynonyms()

Wikimedia\Parsoid\Mocks\MockSiteConfig::haveComputedFunctionSynonyms ( )
protected

Does the SiteConfig provide precomputed function synonyms? If no, the SiteConfig is expected to provide an implementation for updateFunctionSynonym.

Returns
bool

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ interwikiMagic()

Wikimedia\Parsoid\Mocks\MockSiteConfig::interwikiMagic ( )

Treat language links as magic connectors, not inline links.

Returns
bool

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ interwikiMap()

Wikimedia\Parsoid\Mocks\MockSiteConfig::interwikiMap ( )

Interwiki link data.

Returns
array[] Keys are interwiki prefixes, values are arrays with the following keys:
  • prefix: (string) The interwiki prefix, same as the key.
  • url: (string) Target URL, containing a '$1' to be replaced by the interwiki target.
  • protorel: (bool, optional) Whether the url may be accessed by both http:// and https://.
  • local: (bool, optional) Whether the interwiki link is considered local (to the wikifarm).
  • localinterwiki: (bool, optional) Whether the interwiki link points to the current wiki.
  • language: (bool, optional) Whether the interwiki link is a language link.
  • extralanglink: (bool, optional) Whether the interwiki link is an "extra language link".
  • linktext: (string, optional) For "extra language links", the link text. (booleans marked "optional" must be omitted if false)

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ iwp()

Wikimedia\Parsoid\Mocks\MockSiteConfig::iwp ( )

Wiki identifier, for cache keys.

Should match a key in mwApiMap()?

Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ lang()

Wikimedia\Parsoid\Mocks\MockSiteConfig::lang ( )

Wiki language code.

Returns
string Mediawiki-internal language code
Deprecated
Use ::langBcp47() (T320662)

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ langConverterEnabled()

Wikimedia\Parsoid\Mocks\MockSiteConfig::langConverterEnabled ( string $lang)

Whether language converter is enabled for the specified language.

Parameters
string$langMediawiki-internal language code
Returns
bool
Deprecated
Use langConverterEnabledBcp47() (T320662)

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ legalTitleChars()

Wikimedia\Parsoid\Mocks\MockSiteConfig::legalTitleChars ( )

Legal title characters.

Regex is intended to match bytes, not Unicode characters.

Returns
string Regex character class (i.e. the bit that goes inside [])

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ linkPrefixRegex()

Wikimedia\Parsoid\Mocks\MockSiteConfig::linkPrefixRegex ( )

Link prefix regular expression.

Returns
string|null

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ linkTrail()

Wikimedia\Parsoid\Mocks\MockSiteConfig::linkTrail ( )
protected

Return raw link trail regexp from config.

Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ linkTrailRegex()

Wikimedia\Parsoid\Mocks\MockSiteConfig::linkTrailRegex ( )

Link trail regular expression.

Returns
string|null

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ mainpage()

Wikimedia\Parsoid\Mocks\MockSiteConfig::mainpage ( )

Main page title.

Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ namespaceCase()

Wikimedia\Parsoid\Mocks\MockSiteConfig::namespaceCase ( int $ns)

Return namespace case setting.

Parameters
int$ns
Returns
string 'first-letter' or 'case-sensitive'

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ namespaceHasSubpages()

Wikimedia\Parsoid\Mocks\MockSiteConfig::namespaceHasSubpages ( int $ns)

Test if a namespace has subpages.

Note
This replaces namespacesWithSubpages
Parameters
int$ns
Returns
bool

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ namespaceId()

Wikimedia\Parsoid\Mocks\MockSiteConfig::namespaceId ( string $name)

Map a namespace name to its index.

Note
This replaces canonicalNamespaces
Parameters
string$name
Returns
int|null

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ namespaceName()

Wikimedia\Parsoid\Mocks\MockSiteConfig::namespaceName ( int $ns)

Map a namespace index to its preferred name.

Note
This replaces namespaceNames
Parameters
int$ns
Returns
string|null

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ redirectRegexp()

Wikimedia\Parsoid\Mocks\MockSiteConfig::redirectRegexp ( )

A regexp matching the localized 'REDIRECT' marker for this wiki.

The regexp should be delimited, but should not have boundary anchors or capture groups.

Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ rtl()

Wikimedia\Parsoid\Mocks\MockSiteConfig::rtl ( )

Whether the wiki language is right-to-left.

Returns
bool

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ script()

Wikimedia\Parsoid\Mocks\MockSiteConfig::script ( )

The URL path to index.php.

Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ scriptpath()

Wikimedia\Parsoid\Mocks\MockSiteConfig::scriptpath ( )

FIXME: This is only used to compute the modules path below and maybe shouldn't be exposed.

The base wiki path

Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ scrubBidiChars()

Wikimedia\Parsoid\Mocks\MockSiteConfig::scrubBidiChars ( )

If enabled, bidi chars adjacent to category links will be stripped in the html -> wt serialization pass.

Returns
bool

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ server()

Wikimedia\Parsoid\Mocks\MockSiteConfig::server ( )

The base URL of the server.

Returns
string

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ setFakeTimestamp()

Wikimedia\Parsoid\Mocks\MockSiteConfig::setFakeTimestamp ( ?int $ts)

Set the fake timestamp for testing.

Parameters
?int$tsUnix timestamp

◆ setInterwikiMagic()

Wikimedia\Parsoid\Mocks\MockSiteConfig::setInterwikiMagic ( bool $val)
Parameters
bool$val

◆ setTimezoneOffset()

Wikimedia\Parsoid\Mocks\MockSiteConfig::setTimezoneOffset ( int $offset)

Set the timezone offset for testing.

Parameters
int$offsetOffset from UTC

◆ specialPageLocalName()

Wikimedia\Parsoid\Mocks\MockSiteConfig::specialPageLocalName ( string $alias)

Get the default local name for a special page.

Parameters
string$aliasSpecial page alias
Returns
string|null

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ tidyWhitespaceBugMaxLength()

Wikimedia\Parsoid\Mocks\MockSiteConfig::tidyWhitespaceBugMaxLength ( )

Maximum run length for Tidy whitespace bug.

Returns
int Length in Unicode codepoints

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ timezoneOffset()

Wikimedia\Parsoid\Mocks\MockSiteConfig::timezoneOffset ( )

The wiki's time zone offset.

Returns
int Minutes east of UTC

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ updateFunctionSynonym()

Wikimedia\Parsoid\Mocks\MockSiteConfig::updateFunctionSynonym ( string $func,
string $magicword,
bool $caseSensitive )
protected

Parameters
string$func
string$magicword
bool$caseSensitive

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ variants()

Wikimedia\Parsoid\Mocks\MockSiteConfig::variants ( )

Language variant information.

Returns
array<string,array> Keys are MediaWiki-internal variant codes (e.g. "zh-cn"), values are arrays with two fields:
  • base: (string) Base language code (e.g. "zh") (MediaWiki-internal)
  • fallbacks: (string[]) Fallback variants (MediaWiki-internal codes)
Deprecated
Use ::variantsFor() (T320662)

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

◆ widthOption()

Wikimedia\Parsoid\Mocks\MockSiteConfig::widthOption ( )

Default thumbnail width.

Returns
int

Reimplemented from Wikimedia\Parsoid\Config\SiteConfig.

Member Data Documentation

◆ $namespaceMap

Wikimedia\Parsoid\Mocks\MockSiteConfig::$namespaceMap
protected
Initial value:
= [
'media' => -2,
'special' => -1,
'' => 0,
'talk' => 1,
'user' => 2,
'user_talk' => 3,
'project' => 4, 'wp' => 4, 'wikipedia' => 4,
'project_talk' => 5, 'wt' => 5, 'wikipedia_talk' => 5,
'file' => 6,
'file_talk' => 7,
'category' => 14,
'category_talk' => 15,
]

The documentation for this class was generated from the following file: