MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onArticlePageDataBefore ( $wikiPage, &$fields, &$tables, &$joinConds) | |
This hook is called before loading data of an article from the database. | |
Stable to implement.
Definition at line 11 of file ArticlePageDataBeforeHook.php.
MediaWiki\Page\Hook\ArticlePageDataBeforeHook::onArticlePageDataBefore | ( | $wikiPage, | |
& | $fields, | ||
& | $tables, | ||
& | $joinConds | ||
) |
This hook is called before loading data of an article from the database.
WikiPage | $wikiPage | WikiPage whose data will be loaded |
array | &$fields | Fields to load from the database |
array | &$tables | Tables to load from the database |
array | &$joinConds | Join conditions to load from the database |
Implemented in MediaWiki\HookContainer\HookRunner.