|
MediaWiki master
|
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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ArticlePageDataBefore" to register handlers implementing this interface.
Definition at line 14 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.