mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
postScanFile and postScanFolder are now available in OC\Files\Utils\Scanner
Reflect the changes introduced by https://github.com/owncloud/core/pull/19460
This commit is contained in:
parent
e885789aae
commit
25d40cc290
@ -156,7 +156,9 @@ Filesystem hooks available in scope **\\OC\\Files**:
|
||||
|
||||
Filesystem Scanner
|
||||
------------------
|
||||
Filesystem scanner hooks available in scope **\\OC\\Utils\\Scanner**:
|
||||
Filesystem scanner hooks available in scope **\\OC\\Files\\Utils\\Scanner**:
|
||||
|
||||
* **scanFile** (string $absolutePath)
|
||||
* **scanFolder** (string $absolutePath)
|
||||
* **postScanFile** (string $absolutePath)
|
||||
* **postScanFolder** (string $absolutePath)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user