MediaWiki master
MediaWiki\Page\Hook\ArticlePageDataBeforeHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

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

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "ArticlePageDataBefore" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 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: