Extension:LiquidThreads/Hooks/LiquidThreadsDoInlineEditForm

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
LiquidThreadsDoInlineEditForm
Available from version ???

Define function:
public static function onLiquidThreadsDoInlineEditForm( Thread $thread, WebRequest $request, OutputPage &$output ) { ... }
Attach hook:
$wgHooks['LiquidThreadsDoInlineEditForm'][] = 'MyExtensionHooks::onLiquidThreadsDoInlineEditForm';
Called from:File(s): LiquidThreads / classes/View.php
Function(s): doInlineEditForm

For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:LiquidThreadsDoInlineEditForm extensions.

Parameters

  • $thread: An instance of Thread
  • $request: An instance of WebRequest
  • &$output: An instance of OutputPage