You are here

public function S3fsServiceInterface::writeFolders in S3 File System 4.0.x

Same name and namespace in other branches
  1. 8.3 src/S3fsServiceInterface.php \Drupal\s3fs\S3fsServiceInterface::writeFolders()

Write the folders list to the databsae.

Parameters

array $folders: The complete list of folders.

Throws

\Exception

1 method overrides S3fsServiceInterface::writeFolders()
S3fsService::writeFolders in src/S3fsService.php
Write the folders list to the databsae.

File

src/S3fsServiceInterface.php, line 105

Class

S3fsServiceInterface
S3fs service interface.

Namespace

Drupal\s3fs

Code

public function writeFolders(array $folders);