MediaWiki master
|
Implement Parsoid's abstract class for data access. More...
Inherits IDataAccess.
Public Member Functions | |
__construct (ServiceOptions $config, RepoGroup $repoGroup, BadFileLookup $badFileLookup, HookContainer $hookContainer, ContentTransformer $contentTransformer, TrackingCategories $trackingCategories, ReadOnlyMode $readOnlyMode, ParserFactory $parserFactory, LinkBatchFactory $linkBatchFactory) | |
addTrackingCategory (IPageConfig $pageConfig, ContentMetadataCollector $metadata, string $key) | |
Add a tracking category with the given key to the metadata for the page. | |
doPst (IPageConfig $pageConfig, string $wikitext) | |
fetchTemplateData (IPageConfig $pageConfig, $title) | |
fetchTemplateSource (IPageConfig $pageConfig, $title) | |
getFileInfo (IPageConfig $pageConfig, array $files) | |
getPageInfo ( $pageConfigOrTitle, array $titles) | |
logLinterData (IPageConfig $pageConfig, array $lints) | |
parseWikitext (IPageConfig $pageConfig, ContentMetadataCollector $metadata, string $wikitext) | |
preprocessWikitext (IPageConfig $pageConfig, ContentMetadataCollector $metadata, string $wikitext) | |
Public Attributes | |
const | CONSTRUCTOR_OPTIONS |
Implement Parsoid's abstract class for data access.
Definition at line 54 of file DataAccess.php.
MediaWiki\Parser\Parsoid\Config\DataAccess::__construct | ( | ServiceOptions | $config, |
RepoGroup | $repoGroup, | ||
BadFileLookup | $badFileLookup, | ||
HookContainer | $hookContainer, | ||
ContentTransformer | $contentTransformer, | ||
TrackingCategories | $trackingCategories, | ||
ReadOnlyMode | $readOnlyMode, | ||
ParserFactory | $parserFactory, | ||
LinkBatchFactory | $linkBatchFactory ) |
ServiceOptions | $config | MediaWiki main configuration object |
RepoGroup | $repoGroup | |
BadFileLookup | $badFileLookup | |
HookContainer | $hookContainer | |
ContentTransformer | $contentTransformer | |
TrackingCategories | $trackingCategories | |
ReadOnlyMode | $readOnlyMode | used to disable linting when the database is read-only. |
ParserFactory | $parserFactory | A legacy parser factory, for PST/preprocessing/extension handling |
LinkBatchFactory | $linkBatchFactory |
Definition at line 87 of file DataAccess.php.
References MediaWiki\Config\ServiceOptions\assertRequiredOptions().
MediaWiki\Parser\Parsoid\Config\DataAccess::addTrackingCategory | ( | IPageConfig | $pageConfig, |
ContentMetadataCollector | $metadata, | ||
string | $key ) |
Add a tracking category with the given key to the metadata for the page.
IPageConfig | $pageConfig | the page on which the tracking category is to be added |
ContentMetadataCollector | $metadata | The metadata for the page |
string | $key | Message key (not localized) |
Definition at line 456 of file DataAccess.php.
MediaWiki\Parser\Parsoid\Config\DataAccess::doPst | ( | IPageConfig | $pageConfig, |
string | $wikitext ) |
Definition at line 347 of file DataAccess.php.
MediaWiki\Parser\Parsoid\Config\DataAccess::fetchTemplateData | ( | IPageConfig | $pageConfig, |
$title ) |
Definition at line 428 of file DataAccess.php.
MediaWiki\Parser\Parsoid\Config\DataAccess::fetchTemplateSource | ( | IPageConfig | $pageConfig, |
$title ) |
Definition at line 410 of file DataAccess.php.
MediaWiki\Parser\Parsoid\Config\DataAccess::getFileInfo | ( | IPageConfig | $pageConfig, |
array | $files ) |
Definition at line 228 of file DataAccess.php.
References $url.
MediaWiki\Parser\Parsoid\Config\DataAccess::getPageInfo | ( | $pageConfigOrTitle, | |
array | $titles ) |
Definition at line 158 of file DataAccess.php.
MediaWiki\Parser\Parsoid\Config\DataAccess::logLinterData | ( | IPageConfig | $pageConfig, |
array | $lints ) |
Definition at line 468 of file DataAccess.php.
MediaWiki\Parser\Parsoid\Config\DataAccess::parseWikitext | ( | IPageConfig | $pageConfig, |
ContentMetadataCollector | $metadata, | ||
string | $wikitext ) |
Definition at line 363 of file DataAccess.php.
MediaWiki\Parser\Parsoid\Config\DataAccess::preprocessWikitext | ( | IPageConfig | $pageConfig, |
ContentMetadataCollector | $metadata, | ||
string | $wikitext ) |
Definition at line 381 of file DataAccess.php.
const MediaWiki\Parser\Parsoid\Config\DataAccess::CONSTRUCTOR_OPTIONS |
Definition at line 55 of file DataAccess.php.