SynchronizeFolderRelations

Event listeners to synchronize folder relations after some action like renaming or moving of a folder, took place.

Internal

Table of Contents

Properties

$connectionPool  : ConnectionPool
$flashMessageService  : FlashMessageService

Methods

__construct()  : mixed
synchronizeFileCollectionsAfterRename()  : void
Synchronize file collection relations after a folder was renamed
synchronizeFilemountsAfterRename()  : void
Synchronize file mount relations after a folder was renamed
addFlashMessage()  : void
Add a flash message for a successfully performed synchronization
getLanguageServcie()  : LanguageService
getPreparedQueryBuilder()  : QueryBuilder

Properties

Methods

addFlashMessage()

Add a flash message for a successfully performed synchronization

protected addFlashMessage(int $updatedRelationsCount, string $table, string $event) : void
Parameters
$updatedRelationsCount : int

The amount of relations synchronized

$table : string

The relation table the synchronization was performed on

$event : string

The event after which the synchronization was performed

Tags
throws
Exception

        
On this page

Search results