public static function S3fsRefreshCacheBatchInterface::refreshCacheOperation in S3 File System 8.3
Same name and namespace in other branches
- 4.0.x src/Batch/S3fsRefreshCacheBatchInterface.php \Drupal\s3fs\Batch\S3fsRefreshCacheBatchInterface::refreshCacheOperation()
Batch operation callback to refresh the cached list of S3 bucket objects.
Parameters
array $config: The S3 bucket configuration.
array|\DrushBatchContext $context: Batch context.
1 method overrides S3fsRefreshCacheBatchInterface::refreshCacheOperation()
- S3fsRefreshCacheBatch::refreshCacheOperation in src/
Batch/ S3fsRefreshCacheBatch.php - Batch operation callback to refresh the cached list of S3 bucket objects.
File
- src/
Batch/ S3fsRefreshCacheBatchInterface.php, line 36
Class
- S3fsRefreshCacheBatchInterface
- Performs a refresh of the s3fs_file table with data from S3 bucket.
Namespace
Drupal\s3fs\BatchCode
public static function refreshCacheOperation(array $config, &$context);