Extension:WebDAV/Hooks/WebDAVFileFilePutBeforePublish

From mediawiki.org
WebDAVFileFilePutBeforePublish
Available from version ???
Please edit this page to enter a summary.
Define function:
public static function onWebDAVFileFilePutBeforePublish( $tmpFile, $file ) { ... }
Attach hook:
$wgHooks['WebDAVFileFilePutBeforePublish'][] = 'MyExtensionHooks::onWebDAVFileFilePutBeforePublish';
Called from:File(s): WebDAV / includes/WebDAVFileFile.php

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