You are here

public static function S3fsRefreshCacheBatchInterface::finished in S3 File System 8.3

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

Finished batch callback.

Parameters

bool $success: Whether the batch completed successfully or not.

array $results: The results key of the batch context.

array $operations: The operations that were carried out.

1 method overrides S3fsRefreshCacheBatchInterface::finished()
S3fsRefreshCacheBatch::finished in src/Batch/S3fsRefreshCacheBatch.php
Finished batch callback.

File

src/Batch/S3fsRefreshCacheBatchInterface.php, line 48

Class

S3fsRefreshCacheBatchInterface
Performs a refresh of the s3fs_file table with data from S3 bucket.

Namespace

Drupal\s3fs\Batch

Code

public static function finished(bool $success, array $results, array $operations);