Hello,
I have a question about where file related hooks should be defined. Currently, the FileUpload hook is defined in filerepo/LocalFile.php and UploadCompleted is defined in SpecialUpload.php. Is there a reason for this?
I want to define new hooks FileDelete and FileDeletedCompleted. Should I follow the current practice and define them in filerepo/LocalFile.php and FileDeleteForm.php respectively?
Bryan