wiki.techinc.nl/includes/OutputTransform
James D. Forrester bc662aec9b Move Language and friends into Language namespace
Bug: T353458
Change-Id: Id3202c0c4f4a2043bf97b7caee081acab684155c
2024-08-10 13:36:30 +02:00
..
Stages Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
ContentDOMTransformStage.php Fix bundle reinjection of ContentDOMTransformStage 2024-06-11 14:48:28 +02:00
ContentTextTransformStage.php Use $stage::CONSTRUCTOR_OPTIONS in DefaultOutputPipelineFactory 2024-06-10 20:53:21 -04:00
DefaultOutputPipelineFactory.php Add OutputPipelineStages from extensions 2024-07-25 11:44:17 -04:00
OutputTransformPipeline.php [OutputTransform] Remove broken and unused 'bodyContentOnly' option 2024-02-15 13:05:53 -05:00
OutputTransformStage.php Use $stage::CONSTRUCTOR_OPTIONS in DefaultOutputPipelineFactory 2024-06-10 20:53:21 -04:00
README.md

Output transformations pipelines for wikitext

The classes in the Stages/ subdirectory contains HTML and DOM transforms for use in output processing pipelines, i.e. postprocessors for ParserOutput objects that either directly result from a parse or are fetched from ParserCache.

The default pipeline is created by DefaultOutputTransformFactory; it corresponds to what was previously contained in ParserOutput::getText. The shouldRun method in these stages uses defaults that indicates if the stage runs or not in the default OutputTransformPipeline.