MediaWiki REL1_39
MediaWiki\Diff\Hook\DifferenceEngineLoadTextAfterNewContentIsLoadedHook Interface Reference

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

Inheritance diagram for MediaWiki\Diff\Hook\DifferenceEngineLoadTextAfterNewContentIsLoadedHook:

Public Member Functions

 onDifferenceEngineLoadTextAfterNewContentIsLoaded ( $differenceEngine)
 This hook is called in DifferenceEngine::loadText() after the new revision's content has been loaded into the class member variable $differenceEngine->mNewContent but before checking if the variable's value is null.
 

Detailed Description

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

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

Stability: stable
to implement

Definition at line 14 of file DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php.

Member Function Documentation

◆ onDifferenceEngineLoadTextAfterNewContentIsLoaded()

MediaWiki\Diff\Hook\DifferenceEngineLoadTextAfterNewContentIsLoadedHook::onDifferenceEngineLoadTextAfterNewContentIsLoaded ( $differenceEngine)

This hook is called in DifferenceEngine::loadText() after the new revision's content has been loaded into the class member variable $differenceEngine->mNewContent but before checking if the variable's value is null.

Use this hook to inject content into said class member variable.

Since
1.35
Parameters
DifferenceEngine$differenceEngine
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: