You are here

public function S3fsRefreshCacheBatchInterface::getBatch 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::getBatch()

Initialise a batch builder object.

Return value

\Drupal\Core\Batch\BatchBuilder The instantiated batch builder.

1 method overrides S3fsRefreshCacheBatchInterface::getBatch()
S3fsRefreshCacheBatch::getBatch in src/Batch/S3fsRefreshCacheBatch.php
Initialise a batch builder object.

File

src/Batch/S3fsRefreshCacheBatchInterface.php, line 26

Class

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

Namespace

Drupal\s3fs\Batch

Code

public function getBatch();