|
MediaWiki master
|
Strip everything but the <body> More...
Inherits MediaWiki\OutputTransform\ContentTextTransformStage.

Public Member Functions | |
| __construct (ServiceOptions $options, LoggerInterface $logger, private UrlUtils $urlUtils) | |
| shouldRun (ParserOutput $po, ParserOptions $popts, array $options=[]) | |
| Decides whether or not the stage should be run. | |
Public Member Functions inherited from MediaWiki\OutputTransform\ContentTextTransformStage | |
| transform (ParserOutput $po, ParserOptions $popts, array &$options) | |
| Transforms the input ParserOutput into the returned ParserOutput. | |
Public Member Functions inherited from MediaWiki\OutputTransform\OutputTransformStage | |
| __construct (ServiceOptions $options, LoggerInterface $logger) | |
Protected Member Functions | |
| transformText (string $text, ParserOutput $po, ParserOptions $popts, array &$options) | |
Additional Inherited Members | |
Public Attributes inherited from MediaWiki\OutputTransform\OutputTransformStage | |
| const | CONSTRUCTOR_OPTIONS = [] |
Protected Attributes inherited from MediaWiki\OutputTransform\OutputTransformStage | |
| LoggerInterface | $logger |
| ServiceOptions | $options |
| MediaWiki\OutputTransform\Stages\ExtractBody::__construct | ( | ServiceOptions | $options, |
| LoggerInterface | $logger, | ||
| private UrlUtils | $urlUtils ) |
Definition at line 19 of file ExtractBody.php.
References MediaWiki\OutputTransform\OutputTransformStage\$logger, and MediaWiki\OutputTransform\OutputTransformStage\$options.
| MediaWiki\OutputTransform\Stages\ExtractBody::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 26 of file ExtractBody.php.
|
protected |
Reimplemented from MediaWiki\OutputTransform\ContentTextTransformStage.
Definition at line 30 of file ExtractBody.php.