MediaWiki master
BeforeParserFetchTemplateRevisionRecordHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
33 ?LinkTarget $contextTitle, LinkTarget $title,
34 bool &$skip, ?RevisionRecord &$revRecord
35 );
36}
Page revision base class.
onBeforeParserFetchTemplateRevisionRecord(?LinkTarget $contextTitle, LinkTarget $title, bool &$skip, ?RevisionRecord &$revRecord)
This hook is called before a template is fetched by Parser.
Represents the target of a wiki link.