< Manual:Hooks
DifferenceEngineLoadTextAfterNewContentIsLoaded | |
---|---|
Available from version 1.29.0 (Gerrit change 322039) 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. | |
Define function: | public static function onDifferenceEngineLoadTextAfterNewContentIsLoaded( DifferenceEngine $differenceEngine ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"DifferenceEngineLoadTextAfterNewContentIsLoaded": "MyExtensionHooks::onDifferenceEngineLoadTextAfterNewContentIsLoaded"
}
}
|
Called from: | File(s): diff/DifferenceEngine.php Function(s): loadText |
Interface: | DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php |
For more information about attaching hooks, see Manual:Hooks
For examples of extensions using this hook, see Category:DifferenceEngineLoadTextAfterNewContentIsLoaded extensions.
Details
$differenceEngine
: DifferenceEngine object
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.