MediaWiki master
ArticlePageDataBeforeHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use WikiPage;
6
26 public function onArticlePageDataBefore( $wikiPage, &$fields, &$tables,
27 &$joinConds
28 );
29}
Base representation for an editable wiki page.
Definition WikiPage.php:79
This is a hook handler interface, see docs/Hooks.md.
onArticlePageDataBefore( $wikiPage, &$fields, &$tables, &$joinConds)
This hook is called before loading data of an article from the database.