MediaWiki REL1_35
MediaWiki\Diff\Hook\DifferenceEngineLoadTextAfterNewContentIsLoadedHook Interface Reference

Stable to implement. 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

Stable to implement.

Definition at line 11 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: