You are here

public static function S3fsFileMigrationBatchInterface::finished in S3 File System 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Batch/S3fsFileMigrationBatchInterface.php \Drupal\s3fs\Batch\S3fsFileMigrationBatchInterface::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 S3fsFileMigrationBatchInterface::finished()
S3fsFileMigrationBatch::finished in src/Batch/S3fsFileMigrationBatch.php
Finished batch callback.

File

src/Batch/S3fsFileMigrationBatchInterface.php, line 78

Class

S3fsFileMigrationBatchInterface
Interface for SFS3fsFileMigrationBatch.

Namespace

Drupal\s3fs\Batch

Code

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