wiki.techinc.nl/includes/OutputTransform
Ebrahim Byagowi 825f7b5e13 Avoid use of deprecated wfExpandUrl in ExtractBody
Change-Id: Ic68ecf6654c8e73a643adce2ef5dccb53b7a632a
2024-09-09 19:38:04 +03:30
..
Stages Avoid use of deprecated wfExpandUrl in ExtractBody 2024-09-09 19:38:04 +03:30
ContentDOMTransformStage.php Make ContentDOMTransformStage not Parsoid specific 2024-08-14 14:23:44 -04:00
ContentTextTransformStage.php Use $stage::CONSTRUCTOR_OPTIONS in DefaultOutputPipelineFactory 2024-06-10 20:53:21 -04:00
DefaultOutputPipelineFactory.php Avoid use of deprecated wfExpandUrl in ExtractBody 2024-09-09 19:38:04 +03:30
OutputTransformPipeline.php Introduce runOutputPipeline and clone by default 2024-09-06 19:06:38 +00: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.