|
MediaWiki master
|
Hydrate slot section header placeholders generated by RevisionRenderer. More...
Inherits MediaWiki\OutputTransform\ContentTextTransformStage.

Public Member Functions | |
| __construct (ServiceOptions $options, LoggerInterface $logger,) | |
| shouldRun (ParserOutput $po, ParserOptions $popts, array $options=[]) | |
| Decides whether or not the stage should be run. | |
Public Member Functions inherited from MediaWiki\OutputTransform\ContentTextTransformStage | |
| __construct (ServiceOptions $options, LoggerInterface $logger, private readonly bool $transformBodyOnly,) | |
| transform (ParserOutput $po, ParserOptions $popts, array &$options) | |
| Transforms the input ParserOutput into the returned ParserOutput. | |
Protected Member Functions | |
| transformText (string $text, ParserOutput $po, ParserOptions $popts, array &$options) | |
Protected Member Functions inherited from MediaWiki\OutputTransform\ContentTextTransformStage | |
| getFragmentsToTransform (ParserOutput $po, ParserOptions $popts) | |
| Override this method if you need more control over which fragments should be transformed. | |
Additional Inherited Members | |
Public Attributes inherited from MediaWiki\OutputTransform\OutputTransformStage | |
| const | CONSTRUCTOR_OPTIONS = [] |
Protected Attributes inherited from MediaWiki\OutputTransform\OutputTransformStage | |
| LoggerInterface | $logger |
| ServiceOptions | $options |
Hydrate slot section header placeholders generated by RevisionRenderer.
Definition at line 17 of file HydrateHeaderPlaceholders.php.
| MediaWiki\OutputTransform\Stages\HydrateHeaderPlaceholders::__construct | ( | ServiceOptions | $options, |
| LoggerInterface | $logger ) |
Reimplemented from MediaWiki\OutputTransform\OutputTransformStage.
Definition at line 18 of file HydrateHeaderPlaceholders.php.
References MediaWiki\OutputTransform\OutputTransformStage\$logger, and MediaWiki\OutputTransform\OutputTransformStage\$options.
| MediaWiki\OutputTransform\Stages\HydrateHeaderPlaceholders::shouldRun | ( | ParserOutput | $po, |
| ParserOptions | $popts, | ||
| array | $options = [] ) |
Decides whether or not the stage should be run.
| ParserOutput | $po |
| ParserOptions | $popts | |
| array | $options |
Reimplemented from MediaWiki\OutputTransform\OutputTransformStage.
Definition at line 25 of file HydrateHeaderPlaceholders.php.
|
protected |
Reimplemented from MediaWiki\OutputTransform\ContentTextTransformStage.
Definition at line 29 of file HydrateHeaderPlaceholders.php.