|
MediaWiki master
|
TextTransformStage is a simple marker interface to indicate a stage that primary performs transformations on the text ("html string") form of the ParserOutput ContentHolder. More...
Inherited by MediaWiki\OutputTransform\ContentTextTransformStage, and MediaWiki\OutputTransform\Stages\DeduplicateStylesText.
TextTransformStage is a simple marker interface to indicate a stage that primary performs transformations on the text ("html string") form of the ParserOutput ContentHolder.
This is used to minimize the potential for mistakes when instantiating a ContentHolderTransformStage.
Definition at line 13 of file TextTransformStage.php.