MediaWiki master
ParserLogLinterDataHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
31 public function onParserLogLinterData(
32 string $title,
33 int $revId,
34 array $lints
35 ): bool;
36}
This is a hook handler interface, see docs/Hooks.md.
onParserLogLinterData(string $title, int $revId, array $lints)
This hook allows Parsoid to log additional linting information during a parse to a database maintaine...