Extension:WebDAV/Hooks/WebDAVFileFilePutBeforePublish

Category:Extension hooks#WebDAVFileFilePutBeforePublish
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): Category:Extension hooks provided by WebDAVWebDAV / includes/WebDAVFileFile.php

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

Category:Extension hooks Category:Extension hooks provided by WebDAV