|
MediaWiki master
|
Check arbitrary wikitext for lint errors. More...
Public Member Functions | |
| __construct (private readonly Parsoid $parsoid, private readonly PageConfigFactory $pageConfigFactory, private readonly TitleFactory $titleFactory, private readonly ExtensionRegistry $extensionRegistry, private readonly Config $mainConfig,) | |
| check (string $wikitext) | |
| Check the given wikitext for lint errors. | |
| checkSome (string $wikitext, array $disabled) | |
| Check the given wikitext for lint errors against a subset of lint categories. | |
Check arbitrary wikitext for lint errors.
Definition at line 23 of file LintErrorChecker.php.
| MediaWiki\Parser\Parsoid\LintErrorChecker::__construct | ( | private readonly Parsoid | $parsoid, |
| private readonly PageConfigFactory | $pageConfigFactory, | ||
| private readonly TitleFactory | $titleFactory, | ||
| private readonly ExtensionRegistry | $extensionRegistry, | ||
| private readonly Config | $mainConfig ) |
Definition at line 24 of file LintErrorChecker.php.
| MediaWiki\Parser\Parsoid\LintErrorChecker::check | ( | string | $wikitext | ) |
Check the given wikitext for lint errors.
While not strictly required, you'll get better results if the wikitext has already gone through PST
| string | $wikitext | Wikitext after PST |
Definition at line 54 of file LintErrorChecker.php.
| MediaWiki\Parser\Parsoid\LintErrorChecker::checkSome | ( | string | $wikitext, |
| array | $disabled ) |
Check the given wikitext for lint errors against a subset of lint categories.
While not strictly required, you'll get better results if the wikitext has already gone through PST
| string | $wikitext | Wikitext after PST |
| string[] | $disabled | Array of lint categories to disable |
Definition at line 67 of file LintErrorChecker.php.