MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onBookInformation ( $isbn, $output) | |
This hook is called before information output on Special:Booksources. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "BookInformation" to register handlers implementing this interface.
Definition at line 14 of file BookInformationHook.php.
MediaWiki\Hook\BookInformationHook::onBookInformation | ( | $isbn, | |
$output ) |
This hook is called before information output on Special:Booksources.
string | $isbn | ISBN to show information for |
OutputPage | $output | OutputPage object in use |
Implemented in MediaWiki\HookContainer\HookRunner.