MediaWiki REL1_35
|
Stable to implement. More...
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. | |
Stable to implement.
Definition at line 11 of file DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php.
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.
DifferenceEngine | $differenceEngine |
Implemented in MediaWiki\HookContainer\HookRunner.