MediaWiki REL1_35
MediaWiki\Page\Hook\ArticlePageDataBeforeHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Page\Hook\ArticlePageDataBeforeHook:

Public Member Functions

 onArticlePageDataBefore ( $wikiPage, &$fields, &$tables, &$joinConds)
 This hook is called before loading data of an article from the database.
 

Detailed Description

Stable to implement.

Definition at line 11 of file ArticlePageDataBeforeHook.php.

Member Function Documentation

◆ onArticlePageDataBefore()

MediaWiki\Page\Hook\ArticlePageDataBeforeHook::onArticlePageDataBefore (   $wikiPage,
$fields,
$tables,
$joinConds 
)

This hook is called before loading data of an article from the database.

Since
1.35
Parameters
WikiPage$wikiPageWikiPage whose data will be loaded
array&$fieldsFields to load from the database
array&$tablesTables to load from the database
array&$joinCondsJoin conditions to load from the database
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: