mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user