You are here

public function S3fsServiceInterface::writeTemporaryMetadata in S3 File System 8.3

Same name and namespace in other branches
  1. 4.0.x src/S3fsServiceInterface.php \Drupal\s3fs\S3fsServiceInterface::writeTemporaryMetadata()

Writes metadata to the temp table in the database.

Parameters

array $file_metadata_list: An array passed by reference, which contains the current page of file metadata. This function empties out $file_metadata_list at the end.

array $folders: An associative array keyed by folder name, which is populated with the ancestor folders of each file in $file_metadata_list.

1 method overrides S3fsServiceInterface::writeTemporaryMetadata()
S3fsService::writeTemporaryMetadata in src/S3fsService.php
Writes metadata to the temp table in the database.

File

src/S3fsServiceInterface.php, line 95

Class

S3fsServiceInterface
S3fs service interface.

Namespace

Drupal\s3fs

Code

public function writeTemporaryMetadata(array &$file_metadata_list, array &$folders);