MediaWiki master
MediaWiki\OutputTransform\DefaultOutputPipelineFactory Class Reference

This class contains the default output transformation pipeline factory for wikitext. More...

Public Member Functions

 __construct (ServiceOptions $options, Config $config, LoggerInterface $logger, ObjectFactory $objectFactory)
 
 buildDefaultOutputPipeline ()
 
 buildLanguageConverterPipeline ()
 

Public Attributes

const CONSTRUCTOR_OPTIONS
 

Detailed Description

This class contains the default output transformation pipeline factory for wikitext.

It is a postprocessor for ParserOutput objects either directly resulting from a parse or fetched from ParserCache.

Stability: unstable

Definition at line 36 of file DefaultOutputPipelineFactory.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\OutputTransform\DefaultOutputPipelineFactory::__construct ( ServiceOptions $options,
Config $config,
LoggerInterface $logger,
ObjectFactory $objectFactory )

Member Function Documentation

◆ buildDefaultOutputPipeline()

MediaWiki\OutputTransform\DefaultOutputPipelineFactory::buildDefaultOutputPipeline ( )

Definition at line 199 of file DefaultOutputPipelineFactory.php.

◆ buildLanguageConverterPipeline()

MediaWiki\OutputTransform\DefaultOutputPipelineFactory::buildLanguageConverterPipeline ( )

Definition at line 203 of file DefaultOutputPipelineFactory.php.

Member Data Documentation

◆ CONSTRUCTOR_OPTIONS

const MediaWiki\OutputTransform\DefaultOutputPipelineFactory::CONSTRUCTOR_OPTIONS
Initial value:
= [
]
const OutputPipelineStages
Name constant for the OutputPipelineStages setting, for use with Config::get()

Definition at line 43 of file DefaultOutputPipelineFactory.php.


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